Interface MacAlgorithmIdentifierFinder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.x509.AlgorithmIdentifier find​(java.lang.String macAlgName)
      Find the algorithm identifier that matches with the passed in digest name.
    • Method Detail

      • find

        org.bouncycastle.asn1.x509.AlgorithmIdentifier find​(java.lang.String macAlgName)
        Find the algorithm identifier that matches with the passed in digest name.
        Parameters:
        macAlgName - the name of the digest algorithm of interest.
        Returns:
        an algorithm identifier for the MAC.