Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
javax.xml.crypto.dsig.spec |
Parameter classes for XML digital signatures.
|
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
abstract CanonicalizationMethod |
XMLSignatureFactory.newCanonicalizationMethod(String algorithm,
C14NMethodParameterSpec params)
Creates a
CanonicalizationMethod for the specified
algorithm URI and parameters. |
Modifier and Type | Class and Description |
---|---|
class |
ExcC14NParameterSpec
Parameters for the W3C Recommendation:
Exclusive XML Canonicalization (C14N) algorithm.
|
Modifier and Type | Field and Description |
---|---|
protected C14NMethodParameterSpec |
ApacheCanonicalizer.params |
Modifier and Type | Method and Description |
---|---|
CanonicalizationMethod |
DOMXMLSignatureFactory.newCanonicalizationMethod(String algorithm,
C14NMethodParameterSpec params) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.