| 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 XMLObject |
XMLSignatureFactory.newXMLObject(List content,
String id,
String mimeType,
String encoding)
Creates an
XMLObject from the specified parameters. |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMXMLObject
DOM-based implementation of XMLObject.
|
| Modifier and Type | Method and Description |
|---|---|
XMLObject |
DOMXMLSignatureFactory.newXMLObject(List content,
String id,
String mimeType,
String encoding) |
| Constructor and Description |
|---|
DOMXMLSignature(SignedInfo si,
KeyInfo ki,
List<? extends XMLObject> objs,
String id,
String signatureValueId)
Creates a
DOMXMLSignature from the specified components. |
Copyright © 2000–2023 The Apache Software Foundation. All rights reserved.