public interface

DigestAlgorithmIdentifierFinder

org.bouncycastle.operator.DigestAlgorithmIdentifierFinder
Known Indirect Subclasses

Summary

Public Methods
abstract AlgorithmIdentifier find(AlgorithmIdentifier sigAlgId)
Find the digest algorithm identifier that matches with the passed in signature algorithm identifier.

Public Methods

public abstract AlgorithmIdentifier find (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.