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