Bouncy Castle Cryptography Library 1.46

org.bouncycastle.operator
Interface DigestAlgorithmIdentifierFinder

All Known Implementing Classes:
DefaultDigestAlgorithmIdentifierFinder

public interface DigestAlgorithmIdentifierFinder


Method Summary
 org.bouncycastle.asn1.x509.AlgorithmIdentifier find(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
          Find the digest algorithm identifier that matches with the passed in signature algorithm identifier.
 

Method Detail

find

org.bouncycastle.asn1.x509.AlgorithmIdentifier find(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
Find the digest algorithm identifier that matches with the passed in signature algorithm identifier.

Parameters:
sigAlgId - the signature algorithm of interest.
Returns:
an algorithm identifier for the corresponding digest.

Bouncy Castle Cryptography Library 1.46