Uses of Interface
javax.xml.crypto.dsig.XMLSignature
Package
Description
Classes for generating and validating XML digital
signatures.
-
Uses of XMLSignature in javax.xml.crypto.dsig
Modifier and TypeMethodDescriptionabstract XMLSignature
XMLSignatureFactory.newXMLSignature
(SignedInfo si, KeyInfo ki) Creates anXMLSignature
and initializes it with the contents of the specifiedSignedInfo
andKeyInfo
objects.abstract XMLSignature
XMLSignatureFactory.newXMLSignature
(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId) Creates anXMLSignature
and initializes it with the specified parameters.abstract XMLSignature
XMLSignatureFactory.unmarshalXMLSignature
(XMLValidateContext context) Unmarshals a newXMLSignature
instance from a mechanism-specificXMLValidateContext
instance.abstract XMLSignature
XMLSignatureFactory.unmarshalXMLSignature
(XMLStructure xmlStructure) Unmarshals a newXMLSignature
instance from a mechanism-specificXMLStructure
instance.