Uses of Interface
javax.xml.crypto.dsig.XMLObject
Packages that use XMLObject
Package
Description
Classes for generating and validating XML digital
signatures.
-
Uses of XMLObject in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return XMLObjectModifier and TypeMethodDescriptionabstract XMLObject
XMLSignatureFactory.newXMLObject
(List<? extends XMLStructure> content, String id, String mimeType, String encoding) Creates anXMLObject
from the specified parameters.Methods in javax.xml.crypto.dsig that return types with arguments of type XMLObjectMethod parameters in javax.xml.crypto.dsig with type arguments of type XMLObjectModifier and TypeMethodDescriptionabstract XMLSignature
XMLSignatureFactory.newXMLSignature
(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId) Creates anXMLSignature
and initializes it with the specified parameters.