Package | Description |
---|---|
org.apache.xml.security.signature |
Modifier and Type | Method and Description |
---|---|
ObjectContainer |
XMLSignature.getObjectItem(int i)
Returns the
i th ds:Object child of the signature
or null if no such ds:Object element exists. |
Modifier and Type | Method and Description |
---|---|
void |
XMLSignature.appendObject(ObjectContainer object)
Appends an Object (not a
java.lang.Object but an Object
element) to the Signature. |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.