org.opensaml.xml.signature
Interface SignableXMLObject

All Superinterfaces:
XMLObject
All Known Implementing Classes:
AbstractSignableXMLObject, AbstractValidatingSignableXMLObject

public interface SignableXMLObject
extends XMLObject

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

isSigned

boolean isSigned()
Checks to see if the element has been signed.

Returns:
true if this element is signed, false if not

getSignature

Signature getSignature()
Gets the Signature XMLObject.

Returns:
the Signature XMLObject

setSignature

void setSignature(Signature newSignature)
Sets the Signature XMLObject.

Parameters:
newSignature - the Signature XMLObject


Copyright © 2006-2010 Internet2. All Rights Reserved.