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:
org.opensaml.core.xml.XMLObject,org.opensaml.xmlsec.encryption.EncryptedKey,org.opensaml.xmlsec.encryption.EncryptedType
public class EncryptedKeyImpl extends EncryptedTypeImpl implements org.opensaml.xmlsec.encryption.EncryptedKey
Concrete implementation ofEncryptedKey.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.xmlsec.encryption.CarriedKeyNamecarriedKeyNameCarriedKeyName value.private StringrecipientRecipient value.private org.opensaml.xmlsec.encryption.ReferenceListreferenceListReferenceList value.
-
Constructor Summary
Constructors Modifier Constructor Description protectedEncryptedKeyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.encryption.CarriedKeyNamegetCarriedKeyName()List<org.opensaml.core.xml.XMLObject>getOrderedChildren()StringgetRecipient()org.opensaml.xmlsec.encryption.ReferenceListgetReferenceList()voidsetCarriedKeyName(org.opensaml.xmlsec.encryption.CarriedKeyName newCarriedKeyName)voidsetRecipient(String newRecipient)voidsetReferenceList(org.opensaml.xmlsec.encryption.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, setType
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, 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.xmlsec.encryption.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getID, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setID, setKeyInfo, setMimeType, setType
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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 Detail
-
recipient
private String recipient
Recipient value.
-
carriedKeyName
private org.opensaml.xmlsec.encryption.CarriedKeyName carriedKeyName
CarriedKeyName value.
-
referenceList
private org.opensaml.xmlsec.encryption.ReferenceList referenceList
ReferenceList value.
-
-
Method Detail
-
getRecipient
public String getRecipient()
- Specified by:
getRecipientin interfaceorg.opensaml.xmlsec.encryption.EncryptedKey
-
setRecipient
public void setRecipient(String newRecipient)
- Specified by:
setRecipientin interfaceorg.opensaml.xmlsec.encryption.EncryptedKey
-
getReferenceList
public org.opensaml.xmlsec.encryption.ReferenceList getReferenceList()
- Specified by:
getReferenceListin interfaceorg.opensaml.xmlsec.encryption.EncryptedKey
-
setReferenceList
public void setReferenceList(org.opensaml.xmlsec.encryption.ReferenceList newReferenceList)
- Specified by:
setReferenceListin interfaceorg.opensaml.xmlsec.encryption.EncryptedKey
-
getCarriedKeyName
public org.opensaml.xmlsec.encryption.CarriedKeyName getCarriedKeyName()
- Specified by:
getCarriedKeyNamein interfaceorg.opensaml.xmlsec.encryption.EncryptedKey
-
setCarriedKeyName
public void setCarriedKeyName(org.opensaml.xmlsec.encryption.CarriedKeyName newCarriedKeyName)
- Specified by:
setCarriedKeyNamein interfaceorg.opensaml.xmlsec.encryption.EncryptedKey
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject- Overrides:
getOrderedChildrenin classEncryptedTypeImpl
-
-