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 TypeMethodDescriptionvoidsetDHKeyValue(DHKeyValue newDHKeyValue) voidsetDSAKeyValue(DSAKeyValue newDSAKeyValue) voidsetECKeyValue(ECKeyValue newECKeyValue) voidsetRSAKeyValue(RSAKeyValue newRSAKeyValue) voidsetUnknownXMLObject(XMLObject newXMLObject) 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
- Specified by:
getDHKeyValuein interfaceKeyValue
-
setDHKeyValue
- Specified by:
setDHKeyValuein interfaceKeyValue
-
getDSAKeyValue
- Specified by:
getDSAKeyValuein interfaceKeyValue
-
setDSAKeyValue
- Specified by:
setDSAKeyValuein interfaceKeyValue
-
getRSAKeyValue
- Specified by:
getRSAKeyValuein interfaceKeyValue
-
setRSAKeyValue
- Specified by:
setRSAKeyValuein interfaceKeyValue
-
getECKeyValue
- Specified by:
getECKeyValuein interfaceKeyValue
-
setECKeyValue
- Specified by:
setECKeyValuein interfaceKeyValue
-
getUnknownXMLObject
- Specified by:
getUnknownXMLObjectin interfaceKeyValue
-
setUnknownXMLObject
- Specified by:
setUnknownXMLObjectin interfaceKeyValue
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-