|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig
|
||||||||||||||||||||||||
| Field Summary | |
|---|---|
static String |
EXCLUSIVE
The Exclusive Canonical XML (without comments) canonicalization method algorithm URI. |
static String |
EXCLUSIVE_WITH_COMMENTS
The Exclusive Canonical XML with comments canonicalization method algorithm URI. |
static String |
INCLUSIVE
The Canonical XML (without comments) canonicalization method algorithm URI. |
static String |
INCLUSIVE_WITH_COMMENTS
The Canonical XML with comments canonicalization method algorithm URI. |
| Fields inherited from interface javax.xml.crypto.dsig.Transform |
|---|
BASE64, ENVELOPED, XPATH, XPATH2, XSLT |
| Method Summary | |
|---|---|
AlgorithmParameterSpec |
getParameterSpec()
Returns the algorithm-specific input parameters associated with this CanonicalizationMethod. |
| Methods inherited from interface javax.xml.crypto.dsig.Transform |
|---|
transform, transform |
| Methods inherited from interface javax.xml.crypto.XMLStructure |
|---|
isFeatureSupported |
| Methods inherited from interface javax.xml.crypto.AlgorithmMethod |
|---|
getAlgorithm |
| Field Detail |
|---|
static final String INCLUSIVE
static final String INCLUSIVE_WITH_COMMENTS
static final String EXCLUSIVE
static final String EXCLUSIVE_WITH_COMMENTS
| Method Detail |
|---|
AlgorithmParameterSpec getParameterSpec()
CanonicalizationMethod.
The returned parameters can be typecast to a
C14NMethodParameterSpec object.
getParameterSpec in interface AlgorithmMethodgetParameterSpec in interface Transformnull if not specified)