Class KeyValueImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.KeyValueImpl
Concrete implementation of
KeyValue.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DHKeyValueDHKeyValue child element.private DSAKeyValueDSAKeyValue child element.private ECKeyValueECKeyValue child element.private RSAKeyValueRSAKeyValue child element.private XMLObjectWildcard <any> XMLObject child element.Fields inherited from interface org.opensaml.xmlsec.signature.KeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the DHKeyValue child element.Get the DSAKeyValue child element.Get the ECKeyValue child element.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Get the RSAKeyValue child element.Get the wildcard <any> XMLObject child element.voidsetDHKeyValue(DHKeyValue newDHKeyValue) Set the DHKeyValue child element.voidsetDSAKeyValue(DSAKeyValue newDSAKeyValue) Set the DSAKeyValue child element.voidsetECKeyValue(ECKeyValue newECKeyValue) Set the ECKeyValue child element.voidsetRSAKeyValue(RSAKeyValue newRSAKeyValue) Set the RSAKeyValue child element.voidsetUnknownXMLObject(XMLObject newXMLObject) Set the wildcard <any> XMLObject child element.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
dhKeyValue
DHKeyValue child element. -
dsaKeyValue
DSAKeyValue child element. -
rsaKeyValue
RSAKeyValue child element. -
ecKeyValue
ECKeyValue child element. -
unknownXMLObject
Wildcard <any> XMLObject child element.
-
-
Constructor Details
-
KeyValueImpl
protected KeyValueImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix) Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getDHKeyValue
Get the DHKeyValue child element.- Specified by:
getDHKeyValuein interfaceKeyValue- Returns:
- DHKeyValue child element
-
setDHKeyValue
Set the DHKeyValue child element.- Specified by:
setDHKeyValuein interfaceKeyValue- Parameters:
newDHKeyValue- the new DHKeyValue child element
-
getDSAKeyValue
Get the DSAKeyValue child element.- Specified by:
getDSAKeyValuein interfaceKeyValue- Returns:
- DSAKeyValue child element
-
setDSAKeyValue
Set the DSAKeyValue child element.- Specified by:
setDSAKeyValuein interfaceKeyValue- Parameters:
newDSAKeyValue- the new DSAKeyValue child element
-
getRSAKeyValue
Get the RSAKeyValue child element.- Specified by:
getRSAKeyValuein interfaceKeyValue- Returns:
- the RSAKeyValue child element
-
setRSAKeyValue
Set the RSAKeyValue child element.- Specified by:
setRSAKeyValuein interfaceKeyValue- Parameters:
newRSAKeyValue- the new RSAKeyValue child element
-
getECKeyValue
Get the ECKeyValue child element.- Specified by:
getECKeyValuein interfaceKeyValue- Returns:
- the ECKeyValue child element
-
setECKeyValue
Set the ECKeyValue child element.- Specified by:
setECKeyValuein interfaceKeyValue- Parameters:
newECKeyValue- the new ECKeyValue child element
-
getUnknownXMLObject
Get the wildcard <any> XMLObject child element.- Specified by:
getUnknownXMLObjectin interfaceKeyValue- Returns:
- the wildcard XMLObject child element
-
setUnknownXMLObject
Set the wildcard <any> XMLObject child element.- Specified by:
setUnknownXMLObjectin interfaceKeyValue- Parameters:
newXMLObject- the wildcard XMLObject child element
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-