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
public class EncryptedKeyImpl extends EncryptedTypeImpl implements EncryptedKey
Concrete implementation ofEncryptedKey
.
-
-
Field Summary
Fields Modifier and Type Field Description private CarriedKeyName
carriedKeyName
CarriedKeyName value.private String
recipient
Recipient value.private ReferenceList
referenceList
ReferenceList value.-
Fields inherited from interface org.opensaml.xmlsec.encryption.EncryptedKey
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, RECIPIENT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
Fields 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
Constructors Modifier Constructor Description protected
EncryptedKeyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CarriedKeyName
getCarriedKeyName()
List<XMLObject>
getOrderedChildren()
String
getRecipient()
ReferenceList
getReferenceList()
void
setCarriedKeyName(CarriedKeyName newCarriedKeyName)
void
setRecipient(String newRecipient)
void
setReferenceList(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 CarriedKeyName carriedKeyName
CarriedKeyName value.
-
referenceList
private ReferenceList referenceList
ReferenceList value.
-
-
Method Detail
-
getRecipient
public String getRecipient()
- Specified by:
getRecipient
in interfaceEncryptedKey
-
setRecipient
public void setRecipient(String newRecipient)
- Specified by:
setRecipient
in interfaceEncryptedKey
-
getReferenceList
public ReferenceList getReferenceList()
- Specified by:
getReferenceList
in interfaceEncryptedKey
-
setReferenceList
public void setReferenceList(ReferenceList newReferenceList)
- Specified by:
setReferenceList
in interfaceEncryptedKey
-
getCarriedKeyName
public CarriedKeyName getCarriedKeyName()
- Specified by:
getCarriedKeyName
in interfaceEncryptedKey
-
setCarriedKeyName
public void setCarriedKeyName(CarriedKeyName newCarriedKeyName)
- Specified by:
setCarriedKeyName
in interfaceEncryptedKey
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildren
in interfaceXMLObject
- Overrides:
getOrderedChildren
in classEncryptedTypeImpl
-
-