public interface AlgorithmNameFinder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithmName(AlgorithmIdentifier algorithmIdentifier)
Return a string representation of the passed in AlgorithmIdentifier, based on the OID in the AlgorithmField, with the parameters
included where appropriate.
|
java.lang.String |
getAlgorithmName(ASN1ObjectIdentifier objectIdentifier)
Return a string representation of the passed in objectIdentifier.
|
boolean |
hasAlgorithmName(ASN1ObjectIdentifier objectIdentifier)
Return true if the passed in objectIdentifier has a "human friendly" name associated with it.
|
boolean hasAlgorithmName(ASN1ObjectIdentifier objectIdentifier)
objectIdentifier
- the OID of interest.java.lang.String getAlgorithmName(ASN1ObjectIdentifier objectIdentifier)
objectIdentifier
- the OID of interest.java.lang.String getAlgorithmName(AlgorithmIdentifier algorithmIdentifier)
algorithmIdentifier
- the AlgorithmIdentifier of interest.