Class EncryptedKeyImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
- All Implemented Interfaces:
XMLObject,EncryptedKey,EncryptedType
Concrete implementation of
EncryptedKey.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CarriedKeyNameCarriedKeyName value.private StringRecipient value.private ReferenceListReferenceList value.Fields inherited from interface org.opensaml.xmlsec.encryption.EncryptedKey
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, RECIPIENT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAMEFields inherited from interface org.opensaml.xmlsec.encryption.EncryptedType
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEncryptedKeyImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCarriedKeyName(CarriedKeyName newCarriedKeyName) voidsetRecipient(String newRecipient) voidsetReferenceList(ReferenceList newReferenceList) Methods inherited from class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getID, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setID, setKeyInfo, setMimeType, setTypeMethods 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.xmlsec.encryption.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getID, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setID, setKeyInfo, setMimeType, setTypeMethods 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
-
recipient
Recipient value. -
carriedKeyName
CarriedKeyName value. -
referenceList
ReferenceList value.
-
-
Constructor Details
-
Method Details
-
getRecipient
- Specified by:
getRecipientin interfaceEncryptedKey
-
setRecipient
- Specified by:
setRecipientin interfaceEncryptedKey
-
getReferenceList
- Specified by:
getReferenceListin interfaceEncryptedKey
-
setReferenceList
- Specified by:
setReferenceListin interfaceEncryptedKey
-
getCarriedKeyName
- Specified by:
getCarriedKeyNamein interfaceEncryptedKey
-
setCarriedKeyName
- Specified by:
setCarriedKeyNamein interfaceEncryptedKey
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject- Overrides:
getOrderedChildrenin classEncryptedTypeImpl
-