Interface KeyPairPEMResourceParser

All Superinterfaces:
AlgorithmNameProvider, KeyPairResourceLoader, KeyPairResourceParser
All Known Implementing Classes:
AbstractPEMResourceKeyPairParser, DSSPEMResourceKeyPairParser, ECDSAPEMResourceKeyPairParser, Ed25519PEMResourceKeyParser, PKCS8PEMResourceKeyPairParser, RSAPEMResourceKeyPairParser

public interface KeyPairPEMResourceParser extends AlgorithmNameProvider, KeyPairResourceParser
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
  • 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