Package org.bouncycastle.operator
Class DefaultSignatureAlgorithmIdentifierFinder
- java.lang.Object
-
- org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
-
- All Implemented Interfaces:
SignatureAlgorithmIdentifierFinder
public class DefaultSignatureAlgorithmIdentifierFinder extends java.lang.Object implements SignatureAlgorithmIdentifierFinder
-
-
Constructor Summary
Constructors Constructor Description DefaultSignatureAlgorithmIdentifierFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.AlgorithmIdentifier
find(java.lang.String sigAlgName)
Find the signature algorithm identifier that matches with the passed in signature algorithm name.
-
-
-
Method Detail
-
find
public org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String sigAlgName)
Description copied from interface:SignatureAlgorithmIdentifierFinder
Find the signature algorithm identifier that matches with the passed in signature algorithm name.- Specified by:
find
in interfaceSignatureAlgorithmIdentifierFinder
- Parameters:
sigAlgName
- the name of the signature algorithm of interest.- Returns:
- an algorithm identifier for the corresponding signature.
-
-