Interface Identity
- All Superinterfaces:
AlgorithmNameProvider,KeyTypeNamesSupport,NamedResource,OptionalFeature
- All Known Implementing Classes:
BuiltinIdentities
public interface Identity
extends AlgorithmNameProvider, NamedResource, OptionalFeature, KeyTypeNamesSupport
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA",
"DSA", "EC".
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE -
Method Summary
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithmMethods inherited from interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
getSupportedKeyTypesMethods inherited from interface org.apache.sshd.common.NamedResource
getNameMethods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
Method Details
-
getPublicKeyType
-
getPrivateKeyType
Class<? extends PrivateKey> getPrivateKeyType()
-