Bouncy Castle Cryptography Library 1.46

org.bouncycastle.operator
Interface SignatureAlgorithmIdentifierFinder

All Known Implementing Classes:
DefaultSignatureAlgorithmIdentifierFinder

public interface SignatureAlgorithmIdentifierFinder


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.
 

Method Detail

find

org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String sigAlgName)
Find the signature algorithm identifier that matches with the passed in signature algorithm identifier.

Parameters:
sigAlgName - the name of the signature algorithm of interest.
Returns:
an algorithm identifier for the corresponding signature.

Bouncy Castle Cryptography Library 1.46