Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Interface MacAlgorithmIdentifierFinder

All Known Implementing Classes:
DefaultMacAlgorithmIdentifierFinder

public interface MacAlgorithmIdentifierFinder


Method Summary
 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

public 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.

Bouncy Castle Cryptography Library 1.79