|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncryptedKey
XMLObject representing XML Encryption, version 20021210, EncryptedKey element.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static java.lang.String |
RECIPIENT_ATTRIB_NAME
Recipient attribute name. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
Fields inherited from interface org.opensaml.xml.encryption.EncryptedType |
---|
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME |
Method Summary | |
---|---|
CarriedKeyName |
getCarriedKeyName()
Gets the child element carrying the human readable name for this key. |
java.lang.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(java.lang.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 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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String RECIPIENT_ATTRIB_NAME
Method Detail |
---|
java.lang.String getRecipient()
void setRecipient(java.lang.String newRecipient)
newRecipient
- the hint about who this encrypted key is intended forReferenceList getReferenceList()
void setReferenceList(ReferenceList newReferenceList)
newReferenceList
- the new reference list for this encrypted keyCarriedKeyName getCarriedKeyName()
void setCarriedKeyName(CarriedKeyName newCarriedKeyName)
newCarriedKeyName
- the human readable name for this key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |