public final class SignatureRSARIPEMD160 extends java.lang.Object implements SignatureAlgorithm
AlgorithmDescriptor.AlgorithmType| Constructor and Description |
|---|
SignatureRSARIPEMD160() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDigest()
Get the JCA digest algorithm specified by this algorithm.
|
java.lang.String |
getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.
|
java.lang.String |
getKey()
Get the JCA key type specified by this algorithm.
|
AlgorithmDescriptor.AlgorithmType |
getType()
Get the algorithm URI's fundamental type.
|
java.lang.String |
getURI()
Get the algorithm's identifying URI.
|
@Nonnull public java.lang.String getKey()
getKey in interface KeySpecifiedAlgorithm@Nonnull public java.lang.String getURI()
getURI in interface AlgorithmDescriptor@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
getType in interface AlgorithmDescriptorAlgorithmDescriptor.AlgorithmType@Nonnull public java.lang.String getJCAAlgorithmID()
getJCAAlgorithmID in interface AlgorithmDescriptor@Nonnull public java.lang.String getDigest()
getDigest in interface SignatureAlgorithm