PUB
- Type of PublicKey
PRV
- Type of PrivateKey
public interface IdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey>
Modifier and Type | Method and Description |
---|---|
Class<PRV> |
getPrivateKeyType() |
Class<PUB> |
getPublicKeyType() |
Collection<String> |
getSupportedTypeNames() |
Class<PRV> getPrivateKeyType()
Class
of the PrivateKey
that matches the
public oneCollection<String> getSupportedTypeNames()
Collection
of OpenSSH
key type names that
are supported by this decoder - e.g., ECDSA keys have several curve names.
Caveat: this collection may be un-modifiable...Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.