Interface KeyPairPEMResourceParser
- All Superinterfaces:
AlgorithmNameProvider,KeyPairResourceLoader,KeyPairResourceParser
- All Known Implementing Classes:
AbstractPEMResourceKeyPairParser,DSSPEMResourceKeyPairParser,ECDSAPEMResourceKeyPairParser,Ed25519PEMResourceKeyParser,PKCS8PEMResourceKeyPairParser,RSAPEMResourceKeyPairParser
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
-
Field Summary
Fields inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
MAX_CIPHER_NAME_LENGTH, MAX_KEY_COMMENT_LENGTH, MAX_KEY_TYPE_NAME_LENGTH, MAX_PRIVATE_KEY_DATA_SIZE, MAX_PUBLIC_KEY_DATA_SIZEFields inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
EMPTY -
Method Summary
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithmMethods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairsMethods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
canExtractKeyPairs
-
Method Details
-
getAlgorithmIdentifier
String getAlgorithmIdentifier()- Returns:
- The OID used to identify this algorithm in DER encodings - e.g., RSA=1.2.840.113549.1.1.1
-