Uses of Interface
javax.xml.crypto.dsig.XMLSignature
Packages that use XMLSignature
-
Uses of XMLSignature in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return XMLSignature修饰符和类方法描述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.