Uses of Interface
javax.xml.crypto.dsig.XMLSignature
-
Packages that use XMLSignature Package Description javax.xml.crypto.dsig Classes for generating and validating XML digital signatures. -
-
Uses of XMLSignature in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return XMLSignature Modifier and Type Method Description abstract 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.
-