Interface MacAlgorithmIdentifierFinder

All Known Implementing Classes:
DefaultMacAlgorithmIdentifierFinder

public interface MacAlgorithmIdentifierFinder
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.asn1.x509.AlgorithmIdentifier
    find(String macAlgName)
    Find the algorithm identifier that matches with the passed in digest name.
  • Method Details

    • find

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