|
Bouncy Castle Cryptography Library 1.65 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.operator.DefaultAlgorithmNameFinder
Constructor Summary | |
DefaultAlgorithmNameFinder()
|
Method Summary | |
java.lang.String |
getAlgorithmName(org.bouncycastle.asn1.x509.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(org.bouncycastle.asn1.ASN1ObjectIdentifier objectIdentifier)
Return a string representation of the passed in objectIdentifier. |
boolean |
hasAlgorithmName(org.bouncycastle.asn1.ASN1ObjectIdentifier objectIdentifier)
Return true if the passed in objectIdentifier has a "human friendly" name associated with it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAlgorithmNameFinder()
Method Detail |
public boolean hasAlgorithmName(org.bouncycastle.asn1.ASN1ObjectIdentifier objectIdentifier)
AlgorithmNameFinder
hasAlgorithmName
in interface AlgorithmNameFinder
objectIdentifier
- the OID of interest.
public java.lang.String getAlgorithmName(org.bouncycastle.asn1.ASN1ObjectIdentifier objectIdentifier)
AlgorithmNameFinder
getAlgorithmName
in interface AlgorithmNameFinder
objectIdentifier
- the OID of interest.
public java.lang.String getAlgorithmName(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
AlgorithmNameFinder
getAlgorithmName
in interface AlgorithmNameFinder
algorithmIdentifier
- the AlgorithmIdentifier of interest.
|
Bouncy Castle Cryptography Library 1.65 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |