public abstract class EncryptedTypeImpl extends org.opensaml.core.xml.AbstractXMLObject implements EncryptedType
EncryptedType.| Modifier and Type | Field and Description |
|---|---|
private CipherData |
cipherData
CipherData child element.
|
private String |
encoding
Encoding attribute value.
|
private EncryptionMethod |
encryptionMethod
EncryptionMethod child element.
|
private EncryptionProperties |
encryptionProperties
EncryptionProperties child element.
|
private String |
id
id attribute value.
|
private KeyInfo |
keyInfo
EncryptionMethod child element.
|
private String |
mimeType
MimeType attribute value.
|
private String |
type
Type attribute value.
|
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
EncryptedTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CipherData |
getCipherData() |
String |
getEncoding() |
EncryptionMethod |
getEncryptionMethod() |
EncryptionProperties |
getEncryptionProperties() |
String |
getID() |
KeyInfo |
getKeyInfo() |
String |
getMimeType() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getType() |
void |
setCipherData(CipherData newCipherData) |
void |
setEncoding(String newEncoding) |
void |
setEncryptionMethod(EncryptionMethod newEncryptionMethod) |
void |
setEncryptionProperties(EncryptionProperties newEncryptionProperties) |
void |
setID(String newID) |
void |
setKeyInfo(KeyInfo newKeyInfo) |
void |
setMimeType(String newMimeType) |
void |
setType(String newType) |
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, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate String id
private String type
private String mimeType
private String encoding
private EncryptionMethod encryptionMethod
private KeyInfo keyInfo
private CipherData cipherData
private EncryptionProperties encryptionProperties
public String getID()
getID in interface EncryptedTypepublic void setID(String newID)
setID in interface EncryptedTypepublic String getType()
getType in interface EncryptedTypepublic void setType(String newType)
setType in interface EncryptedTypepublic String getMimeType()
getMimeType in interface EncryptedTypepublic void setMimeType(String newMimeType)
setMimeType in interface EncryptedTypepublic String getEncoding()
getEncoding in interface EncryptedTypepublic void setEncoding(String newEncoding)
setEncoding in interface EncryptedTypepublic EncryptionMethod getEncryptionMethod()
getEncryptionMethod in interface EncryptedTypepublic void setEncryptionMethod(EncryptionMethod newEncryptionMethod)
setEncryptionMethod in interface EncryptedTypepublic KeyInfo getKeyInfo()
getKeyInfo in interface EncryptedTypepublic void setKeyInfo(KeyInfo newKeyInfo)
setKeyInfo in interface EncryptedTypepublic CipherData getCipherData()
getCipherData in interface EncryptedTypepublic void setCipherData(CipherData newCipherData)
setCipherData in interface EncryptedTypepublic EncryptionProperties getEncryptionProperties()
getEncryptionProperties in interface EncryptedTypepublic void setEncryptionProperties(EncryptionProperties newEncryptionProperties)
setEncryptionProperties in interface EncryptedTypepublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2015. All rights reserved.