org.opensaml.xml.signature.impl
Class RSAKeyValueImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xml.signature.impl.RSAKeyValueImpl
All Implemented Interfaces:
RSAKeyValue, ValidatingXMLObject, XMLObject

public class RSAKeyValueImpl
extends AbstractValidatingXMLObject
implements RSAKeyValue

Concrete implementation of RSAKeyValue


Field Summary
 
Fields inherited from interface org.opensaml.xml.signature.RSAKeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected RSAKeyValueImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
          Constructor
 
Method Summary
 Exponent getExponent()
          Get the Exponent child element.
 Modulus getModulus()
          Get the Modulus child element.
 java.util.List<XMLObject> getOrderedChildren()
          Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
 void setExponent(Exponent newExponent)
          Set the Exponent child element.
 void setModulus(Modulus newModulus)
          Set the Modulus child element.
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

RSAKeyValueImpl

protected RSAKeyValueImpl(java.lang.String namespaceURI,
                          java.lang.String elementLocalName,
                          java.lang.String namespacePrefix)
Constructor

Parameters:
namespaceURI -
elementLocalName -
namespacePrefix -
Method Detail

getModulus

public Modulus getModulus()
Get the Modulus child element.

Specified by:
getModulus in interface RSAKeyValue
Returns:
the Modulus child element

setModulus

public void setModulus(Modulus newModulus)
Set the Modulus child element.

Specified by:
setModulus in interface RSAKeyValue
Parameters:
newModulus - the new Modulus child element

getExponent

public Exponent getExponent()
Get the Exponent child element.

Specified by:
getExponent in interface RSAKeyValue
Returns:
the Exponent child element

setExponent

public void setExponent(Exponent newExponent)
Set the Exponent child element.

Specified by:
setExponent in interface RSAKeyValue
Parameters:
newExponent - the new Exponent child element

getOrderedChildren

public java.util.List<XMLObject> getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.

Specified by:
getOrderedChildren in interface XMLObject
Returns:
ordered list of child elements


Copyright © 2006-2012 Internet2. All Rights Reserved.