Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Class DefaultSignatureAlgorithmIdentifierFinder

java.lang.Object
  |
  +--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 name.
 
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 name.
Specified by:
find in interface SignatureAlgorithmIdentifierFinder
Following copied from interface: org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder
Parameters:
sigAlgName - the name of the signature algorithm of interest.
Returns:
an algorithm identifier for the corresponding signature.

Bouncy Castle Cryptography Library 1.79