public interface AlgorithmNameFinder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.String getAlgorithmName(ASN1ObjectIdentifier objectIdentifier)
objectIdentifier - the OID of interest.String getAlgorithmName(AlgorithmIdentifier algorithmIdentifier)
algorithmIdentifier - the AlgorithmIdentifier of interest.Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.