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 XMLObjectXMLSignatureFactory.newXMLObject(List<? extends XMLStructure> content, String id, String mimeType, String encoding) Creates anXMLObjectfrom 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 XMLSignatureXMLSignatureFactory.newXMLSignature(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId) Creates anXMLSignatureand initializes it with the specified parameters.