Package org.bouncycastle.operator
Interface SignatureAlgorithmIdentifierFinder
- All Known Implementing Classes:
DefaultSignatureAlgorithmIdentifierFinder
public interface SignatureAlgorithmIdentifierFinder
-
Method Summary
-
Method Details
-
find
Find the signature algorithm identifier that matches with the passed in signature algorithm name.- Parameters:
sigAlgName
- the name of the signature algorithm of interest.- Returns:
- an algorithm identifier for the corresponding signature.
-