public final class SignatureDSASHA256 extends Object implements SignatureAlgorithm
AlgorithmDescriptor.AlgorithmType| Constructor and Description |
|---|
SignatureDSASHA256() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigest()
Get the JCA digest algorithm specified by this algorithm.
|
String |
getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.
|
String |
getKey()
Get the JCA key type specified by this algorithm.
|
AlgorithmDescriptor.AlgorithmType |
getType()
Get the algorithm URI's fundamental type.
|
String |
getURI()
Get the algorithm's identifying URI.
|
@Nonnull @NotEmpty public String getKey()
getKey in interface KeySpecifiedAlgorithm@Nonnull @NotEmpty public String getURI()
getURI in interface AlgorithmDescriptor@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
getType in interface AlgorithmDescriptorAlgorithmDescriptor.AlgorithmType@Nonnull @NotEmpty public String getJCAAlgorithmID()
getJCAAlgorithmID in interface AlgorithmDescriptor@Nonnull @NotEmpty public String getDigest()
getDigest in interface SignatureAlgorithmCopyright © 1999–2014. All rights reserved.