Interface KeyPairPEMResourceParser
-
- All Superinterfaces:
AlgorithmNameProvider
,KeyPairResourceLoader
,KeyPairResourceParser
- All Known Implementing Classes:
AbstractPEMResourceKeyPairParser
,DSSPEMResourceKeyPairParser
,ECDSAPEMResourceKeyPairParser
,PKCS8PEMResourceKeyPairParser
,RSAPEMResourceKeyPairParser
public interface KeyPairPEMResourceParser extends AlgorithmNameProvider, KeyPairResourceParser
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"- Author:
- Apache MINA SSHD Project
-
-
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_SIZE
-
Fields inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
EMPTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAlgorithmIdentifier()
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
Methods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs
-
Methods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
canExtractKeyPairs
-
-
-
-
Method Detail
-
getAlgorithmIdentifier
String getAlgorithmIdentifier()
- Returns:
- The OID used to identify this algorithm in DER encodings - e.g., RSA=1.2.840.113549.1.1.1
-
-