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_EXTRACTOR
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
Method Summary
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
Methods inherited from interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
getSupportedKeyTypes
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
Method Details
-
getPublicKeyType
-
getPrivateKeyType
Class<? extends PrivateKey> getPrivateKeyType()
-