Uses of Interface
javax.xml.crypto.dsig.XMLObject
| Package | Description | 
|---|---|
| javax.xml.crypto.dsig | Classes for generating and validating XML digital
 signatures. | 
- 
Uses of XMLObject in javax.xml.crypto.dsigMethods in javax.xml.crypto.dsig that return XMLObject Modifier and Type Method Description 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 XMLObject Modifier and Type Method Description List<XMLObject>XMLSignature. getObjects()Method parameters in javax.xml.crypto.dsig with type arguments of type XMLObject Modifier and Type Method Description abstract XMLSignatureXMLSignatureFactory. newXMLSignature(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId)Creates anXMLSignatureand initializes it with the specified parameters.