| Package | Description |
|---|---|
| javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
| javax.xml.crypto.dsig.dom |
DOM-specific classes for the
javax.xml.crypto.dsig package. |
| org.apache.jcp.xml.dsig.internal.dom |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSignature.sign(XMLSignContext signContext)
Signs this
XMLSignature. |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMSignContext
A DOM-specific
XMLSignContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMReference.digest(XMLSignContext signContext) |
void |
DOMXMLSignature.sign(XMLSignContext signContext) |
Copyright © 2000–2022 The Apache Software Foundation. All rights reserved.