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 NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface OptionalFeature
FALSE, TRUE -
Method Summary
Methods inherited from interface AlgorithmNameProvider
getAlgorithmMethods inherited from interface KeyTypeNamesSupport
getSupportedKeyTypesMethods inherited from interface NamedResource
getNameMethods inherited from interface OptionalFeature
isSupported
-
Method Details
-
getPublicKeyType
-
getPrivateKeyType
Class<? extends PrivateKey> getPrivateKeyType()
-