Class DefaultSignatureAlgorithmIdentifierFinder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.x509.AlgorithmIdentifier find​(java.lang.String sigAlgName)
      Find the signature algorithm identifier that matches with the passed in signature algorithm name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSignatureAlgorithmIdentifierFinder

        public DefaultSignatureAlgorithmIdentifierFinder()
    • Method Detail

      • find

        public org.bouncycastle.asn1.x509.AlgorithmIdentifier find​(java.lang.String sigAlgName)
        Description copied from interface: SignatureAlgorithmIdentifierFinder
        Find the signature algorithm identifier that matches with the passed in signature algorithm name.
        Specified by:
        find in interface SignatureAlgorithmIdentifierFinder
        Parameters:
        sigAlgName - the name of the signature algorithm of interest.
        Returns:
        an algorithm identifier for the corresponding signature.