public interface

SignatureAlgorithmIdentifierFinder

org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder
Known Indirect Subclasses

Summary

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

Public Methods

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