Interface AlgorithmIdentifierAware

All Superinterfaces:
Algorithm
All Known Subinterfaces:
MessageDigestAlgorithm, RSAPSSSignatureAlgorithm, SignatureAlgorithm
All Known Implementing Classes:
MessageDigestAlgorithmImpl, NoParamsRSAPSSSignatureAlgorithm, RSAPSSSignatureAlgorithmImpl, SignatureAlgorithmImpl

public interface AlgorithmIdentifierAware extends Algorithm
Interface that tells that an Algorithm instance also represents an ASN.1 AlgorithmIdentifier.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Method Details

    • getAlgorithmIdentifier

      org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
      Gets the ASN.1 AlgorithmIdentifier for the algorithm.
      Returns:
      the AlgorithmIdentifier