|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EncryptedType
XMLObject representing XML Encryption, version 20021210, EncryptedType type. This is the base type for
EncryptedData and EncryptedKey types.
| Field Summary | |
|---|---|
static java.lang.String |
ENCODING_ATTRIB_NAME
Encoding attribute name. |
static java.lang.String |
ID_ATTRIB_NAME
Id attribute name. |
static java.lang.String |
MIMETYPE_ATTRIB_NAME
MimeType attribute name. |
static java.lang.String |
TYPE_ATTRIB_NAME
Type 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. |
| Method Summary | |
|---|---|
CipherData |
getCipherData()
Gets the CipherData child element. |
java.lang.String |
getEncoding()
Gets the encoding applied to the plaintext content prior to encryption. |
EncryptionMethod |
getEncryptionMethod()
Gets the EncryptionMethod child element. |
EncryptionProperties |
getEncryptionProperties()
Gets the EncryptionProperties child element. |
java.lang.String |
getID()
Gets the unique ID for the XML element. |
KeyInfo |
getKeyInfo()
Gets the KeyInfo child element. |
java.lang.String |
getMimeType()
Gets the MIME type of the plaintext content. |
java.lang.String |
getType()
Gets the type information for the plaintext content. |
void |
setCipherData(CipherData newCipherData)
Sets the CipherData child element. |
void |
setEncoding(java.lang.String newEncoding)
Sets the encoding applied to the plaintext content prior to encryption. |
void |
setEncryptionMethod(EncryptionMethod newEncryptionMethod)
Sets the EncryptionMethod child element. |
void |
setEncryptionProperties(EncryptionProperties newEncryptionProperties)
Sets the EncryptionProperties child element. |
void |
setID(java.lang.String newID)
Sets the unique ID for the XML element. |
void |
setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo child element. |
void |
setMimeType(java.lang.String newMimeType)
Sets the MIME type of the plaintext content. |
void |
setType(java.lang.String newType)
Sets the type information for the plaintext content. |
| 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ID_ATTRIB_NAME
static final java.lang.String TYPE_ATTRIB_NAME
static final java.lang.String MIMETYPE_ATTRIB_NAME
static final java.lang.String ENCODING_ATTRIB_NAME
| Method Detail |
|---|
java.lang.String getID()
void setID(java.lang.String newID)
newID - the unique ID for the XML elementjava.lang.String getType()
void setType(java.lang.String newType)
newType - the type information for the plaintext contentjava.lang.String getMimeType()
void setMimeType(java.lang.String newMimeType)
newMimeType - the MIME type of the plaintext contentjava.lang.String getEncoding()
void setEncoding(java.lang.String newEncoding)
newEncoding - the encoding applied to the plaintext content prior to encryptionEncryptionMethod getEncryptionMethod()
void setEncryptionMethod(EncryptionMethod newEncryptionMethod)
newEncryptionMethod - the new EncryptionMethod child elementKeyInfo getKeyInfo()
void setKeyInfo(KeyInfo newKeyInfo)
newKeyInfo - the new KeyInfo child elementCipherData getCipherData()
void setCipherData(CipherData newCipherData)
newCipherData - the new CipherData child elementEncryptionProperties getEncryptionProperties()
void setEncryptionProperties(EncryptionProperties newEncryptionProperties)
newEncryptionProperties - the new EncryptionProperties child element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||