|
||||||||||
| 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
public abstract class EncryptedTypeImpl
Abstract implementation of EncryptedType.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.xml.encryption.EncryptedType |
|---|
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
EncryptedTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
CipherData |
getCipherData()
Gets the CipherData child element. |
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. |
String |
getID()
Gets the unique ID for the XML element. |
KeyInfo |
getKeyInfo()
Gets the KeyInfo child element. |
String |
getMimeType()
Gets the MIME type of the plaintext content. |
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
String |
getType()
Gets the type information for the plaintext content. |
void |
setCipherData(CipherData newCipherData)
Sets the CipherData child element. |
void |
setEncoding(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(String newID)
Sets the unique ID for the XML element. |
void |
setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo child element. |
void |
setMimeType(String newMimeType)
Sets the MIME type of the plaintext content. |
void |
setType(String newType)
Sets the type information for the plaintext content. |
| 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.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 EncryptedTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - elementLocalName - namespacePrefix - | Method Detail |
|---|
public String getID()
getID in interface EncryptedTypepublic void setID(String newID)
setID in interface EncryptedTypenewID - the unique ID for the XML elementpublic String getType()
getType in interface EncryptedTypepublic void setType(String newType)
setType in interface EncryptedTypenewType - the type information for the plaintext contentpublic String getMimeType()
getMimeType in interface EncryptedTypepublic void setMimeType(String newMimeType)
setMimeType in interface EncryptedTypenewMimeType - the MIME type of the plaintext contentpublic String getEncoding()
getEncoding in interface EncryptedTypepublic void setEncoding(String newEncoding)
setEncoding in interface EncryptedTypenewEncoding - the encoding applied to the plaintext content prior to encryptionpublic EncryptionMethod getEncryptionMethod()
getEncryptionMethod in interface EncryptedTypepublic void setEncryptionMethod(EncryptionMethod newEncryptionMethod)
setEncryptionMethod in interface EncryptedTypenewEncryptionMethod - the new EncryptionMethod child elementpublic KeyInfo getKeyInfo()
getKeyInfo in interface EncryptedTypepublic void setKeyInfo(KeyInfo newKeyInfo)
setKeyInfo in interface EncryptedTypenewKeyInfo - the new KeyInfo child elementpublic CipherData getCipherData()
getCipherData in interface EncryptedTypepublic void setCipherData(CipherData newCipherData)
setCipherData in interface EncryptedTypenewCipherData - the new CipherData child elementpublic EncryptionProperties getEncryptionProperties()
getEncryptionProperties in interface EncryptedTypepublic void setEncryptionProperties(EncryptionProperties newEncryptionProperties)
setEncryptionProperties in interface EncryptedTypenewEncryptionProperties - the new EncryptionProperties child elementpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||