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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends java.security.PrivateKey>
getPrivateKeyType()
java.lang.Class<? extends java.security.PublicKey>
getPublicKeyType()
-
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
-
-