Class DefaultSignatureAlgorithmIdentifierFinder

    • Constructor Detail

      • DefaultSignatureAlgorithmIdentifierFinder

        public DefaultSignatureAlgorithmIdentifierFinder()
    • Method Detail

      • find

        public org.bouncycastle.asn1.x509.AlgorithmIdentifier find​(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.