|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.encryption.impl.EncryptedTypeImpl
org.opensaml.xml.encryption.impl.EncryptedKeyImpl
public class EncryptedKeyImpl
Concrete implementation of EncryptedKey.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.xml.encryption.EncryptedKey |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, RECIPIENT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Fields inherited from interface org.opensaml.xml.encryption.EncryptedType |
|---|
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME |
| Constructor Summary | |
|---|---|
protected |
EncryptedKeyImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
CarriedKeyName |
getCarriedKeyName()
Gets the child element carrying the human readable name for this key. |
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
String |
getRecipient()
Gets the hint about for whom this encrypted key is intended. |
ReferenceList |
getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key. |
void |
setCarriedKeyName(CarriedKeyName newCarriedKeyName)
Sets the child element carrying the human readable name for this key. |
void |
setRecipient(String newRecipient)
Sets the hint about for whom this encrypted key is intended. |
void |
setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key. |
| Methods inherited from class org.opensaml.xml.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.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.encryption.EncryptedType |
|---|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getID, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setID, setKeyInfo, setMimeType, setType |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
protected EncryptedKeyImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - namespace URIelementLocalName - local namenamespacePrefix - namespace prefix| Method Detail |
|---|
public String getRecipient()
getRecipient in interface EncryptedKeypublic void setRecipient(String newRecipient)
setRecipient in interface EncryptedKeynewRecipient - the hint about who this encrypted key is intended forpublic ReferenceList getReferenceList()
getReferenceList in interface EncryptedKeypublic void setReferenceList(ReferenceList newReferenceList)
setReferenceList in interface EncryptedKeynewReferenceList - the new reference list for this encrypted keypublic CarriedKeyName getCarriedKeyName()
getCarriedKeyName in interface EncryptedKeypublic void setCarriedKeyName(CarriedKeyName newCarriedKeyName)
setCarriedKeyName in interface EncryptedKeynewCarriedKeyName - the human readable name for this keypublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectgetOrderedChildren in class EncryptedTypeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||