| 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 References. |
abstract Manifest |
XMLSignatureFactory.newManifest(List references,
String id)
Creates a
Manifest containing the specified
list of References 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–2022 The Apache Software Foundation. All rights reserved.