Bouncy Castle Cryptography Library 1.46

org.bouncycastle.operator
Class DefaultSignatureAlgorithmIdentifierFinder

java.lang.Object
  extended by org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
All Implemented Interfaces:
SignatureAlgorithmIdentifierFinder

public class DefaultSignatureAlgorithmIdentifierFinder
extends java.lang.Object
implements SignatureAlgorithmIdentifierFinder


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

Constructor Detail

DefaultSignatureAlgorithmIdentifierFinder

public DefaultSignatureAlgorithmIdentifierFinder()
Method Detail

find

public org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String sigAlgName)
Description copied from interface: SignatureAlgorithmIdentifierFinder
Find the signature algorithm identifier that matches with the passed in signature algorithm identifier.

Specified by:
find in interface SignatureAlgorithmIdentifierFinder
Parameters:
sigAlgName - the name of the signature algorithm of interest.
Returns:
an algorithm identifier for the corresponding signature.

Bouncy Castle Cryptography Library 1.46