|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignableXMLObject
An XMLObject whose DOM representation can be digitally signed.
Method Summary | |
---|---|
Signature |
getSignature()
Gets the Signature XMLObject. |
boolean |
isSigned()
Checks to see if the element has been signed. |
void |
setSignature(Signature newSignature)
Sets the Signature XMLObject. |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Method Detail |
---|
boolean isSigned()
Signature getSignature()
void setSignature(Signature newSignature)
newSignature
- the Signature XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |