Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Class DefaultMacAlgorithmIdentifierFinder

java.lang.Object
  |
  +--org.bouncycastle.operator.DefaultMacAlgorithmIdentifierFinder
All Implemented Interfaces:
MacAlgorithmIdentifierFinder

public class DefaultMacAlgorithmIdentifierFinder
extends java.lang.Object
implements MacAlgorithmIdentifierFinder


Constructor Summary
DefaultMacAlgorithmIdentifierFinder()
           
 
Method Summary
 org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String macAlgName)
          Find the algorithm identifier that matches with the passed in digest name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMacAlgorithmIdentifierFinder

public DefaultMacAlgorithmIdentifierFinder()
Method Detail

find

public org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String macAlgName)
Description copied from interface: MacAlgorithmIdentifierFinder
Find the algorithm identifier that matches with the passed in digest name.
Specified by:
find in interface MacAlgorithmIdentifierFinder
Following copied from interface: org.bouncycastle.operator.MacAlgorithmIdentifierFinder
Parameters:
macAlgName - the name of the digest algorithm of interest.
Returns:
an algorithm identifier for the MAC.

Bouncy Castle Cryptography Library 1.79