Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
abstract Reference |
XMLSignatureFactory.newReference(String uri,
DigestMethod dm)
Creates a
Reference with the specified URI and digest
method. |
abstract Reference |
XMLSignatureFactory.newReference(String uri,
DigestMethod dm,
List appliedTransforms,
Data result,
List transforms,
String type,
String id)
Creates a
Reference with the specified parameters. |
abstract Reference |
XMLSignatureFactory.newReference(String uri,
DigestMethod dm,
List transforms,
String type,
String id)
Creates a
Reference with the specified parameters. |
abstract Reference |
XMLSignatureFactory.newReference(String uri,
DigestMethod dm,
List transforms,
String type,
String id,
byte[] digestValue)
Creates a
Reference with the specified parameters and
pre-calculated digest value. |
Modifier and Type | Class and Description |
---|---|
class |
DOMReference
DOM-based implementation of Reference.
|
Modifier and Type | Method and Description |
---|---|
Reference |
DOMXMLSignatureFactory.newReference(String uri,
DigestMethod dm) |
Reference |
DOMXMLSignatureFactory.newReference(String uri,
DigestMethod dm,
List appliedTransforms,
Data result,
List transforms,
String type,
String id) |
Reference |
DOMXMLSignatureFactory.newReference(String uri,
DigestMethod dm,
List transforms,
String type,
String id) |
Reference |
DOMXMLSignatureFactory.newReference(String uri,
DigestMethod dm,
List transforms,
String type,
String id,
byte[] digestValue) |
Constructor and Description |
---|
DOMManifest(List<? extends Reference> references,
String id)
Creates a
DOMManifest containing the specified
list of Reference s and optional id. |
DOMSignedInfo(CanonicalizationMethod cm,
SignatureMethod sm,
List<? extends Reference> references)
Creates a
DOMSignedInfo from the specified parameters. |
DOMSignedInfo(CanonicalizationMethod cm,
SignatureMethod sm,
List<? extends Reference> references,
String id)
Creates a
DOMSignedInfo from the specified parameters. |
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.