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.dsig
Methods in javax.xml.crypto.dsig that return XMLObject Modifier and Type Method Description 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 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 XMLSignature
XMLSignatureFactory. newXMLSignature(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId)
Creates anXMLSignature
and initializes it with the specified parameters.