PUB
- Type of PublicKey
PRV
- Type of PrivateKey
public interface IdentityResourceLoader<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<PRV> |
getPrivateKeyType() |
java.lang.Class<PUB> |
getPublicKeyType() |
java.util.Collection<java.lang.String> |
getSupportedTypeNames() |
java.lang.Class<PUB> getPublicKeyType()
Class
of the PublicKey
that is the result
of decodingjava.lang.Class<PRV> getPrivateKeyType()
Class
of the PrivateKey
that matches the
public onejava.util.Collection<java.lang.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...