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 Manifest |
XMLSignatureFactory.newManifest(List references)
Creates a
Manifest containing the specified
list of Reference s. |
abstract Manifest |
XMLSignatureFactory.newManifest(List references,
String id)
Creates a
Manifest containing the specified
list of Reference s and optional id. |
Modifier and Type | Class and Description |
---|---|
class |
DOMManifest
DOM-based implementation of Manifest.
|
Modifier and Type | Method and Description |
---|---|
Manifest |
DOMXMLSignatureFactory.newManifest(List references) |
Manifest |
DOMXMLSignatureFactory.newManifest(List references,
String id) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.