|
Préférences
Moteurs de recherche
|
|||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig
|
||||||||||||||||||||
| Field Summary | |
|---|---|
static String |
RIPEMD160
The RIPEMD-160 digest method algorithm URI. |
static String |
SHA1
The SHA1 digest method algorithm URI. |
static String |
SHA256
The SHA256 digest method algorithm URI. |
static String |
SHA512
The SHA512 digest method algorithm URI. |
| Method Summary | |
|---|---|
AlgorithmParameterSpec |
getParameterSpec()
Returns the algorithm-specific input parameters associated with this DigestMethod. |
| Methods inherited from interface javax.xml.crypto.XMLStructure |
|---|
isFeatureSupported |
| Methods inherited from interface javax.xml.crypto.AlgorithmMethod |
|---|
getAlgorithm |
| Field Detail |
|---|
static final String SHA1
static final String SHA256
static final String SHA512
static final String RIPEMD160
| Method Detail |
|---|
AlgorithmParameterSpec getParameterSpec()
DigestMethod.
The returned parameters can be typecast to a DigestMethodParameterSpec object.
getParameterSpec in interface AlgorithmMethodnull if
not specified)