|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLObject | |
|---|---|
| javax.xml.crypto.dsig | Classes for generating and validating XML digital signatures. |
| org.apache.jcp.xml.dsig.internal.dom | |
| Uses of XMLObject in javax.xml.crypto.dsig |
|---|
| Methods in javax.xml.crypto.dsig that return XMLObject | |
|---|---|
abstract XMLObject |
XMLSignatureFactory.newXMLObject(List content,
String id,
String mimeType,
String encoding)
Creates an XMLObject from the specified parameters. |
| Uses of XMLObject in org.apache.jcp.xml.dsig.internal.dom |
|---|
| Classes in org.apache.jcp.xml.dsig.internal.dom that implement XMLObject | |
|---|---|
class |
DOMXMLObject
DOM-based implementation of XMLObject. |
| Methods in org.apache.jcp.xml.dsig.internal.dom that return XMLObject | |
|---|---|
XMLObject |
DOMXMLSignatureFactory.newXMLObject(List content,
String id,
String mimeType,
String encoding)
|
| Constructor parameters in org.apache.jcp.xml.dsig.internal.dom with type arguments of type XMLObject | |
|---|---|
DOMXMLSignature(SignedInfo si,
KeyInfo ki,
List<? extends XMLObject> objs,
String id,
String signatureValueId)
Creates a DOMXMLSignature from the specified components. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||