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 XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo si,
KeyInfo ki)
Creates an
XMLSignature and initializes it with the contents
of the specified SignedInfo and KeyInfo
objects. |
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo si,
KeyInfo ki,
List objects,
String id,
String signatureValueId)
Creates an
XMLSignature and initializes it with the
specified parameters. |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
Unmarshals a new
XMLSignature instance from a
mechanism-specific XMLStructure instance. |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
Unmarshals a new
XMLSignature instance from a
mechanism-specific XMLValidateContext instance. |
Modifier and Type | Class and Description |
---|---|
class |
DOMXMLSignature
DOM-based implementation of XMLSignature.
|
Modifier and Type | Method and Description |
---|---|
XMLSignature |
DOMXMLSignatureFactory.newXMLSignature(SignedInfo si,
KeyInfo ki) |
XMLSignature |
DOMXMLSignatureFactory.newXMLSignature(SignedInfo si,
KeyInfo ki,
List objects,
String id,
String signatureValueId) |
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure) |
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.