public interface EncryptedType extends XMLObject
EncryptedData
and EncryptedKey
types.Modifier and Type | Field and Description |
---|---|
static String |
ENCODING_ATTRIB_NAME
Encoding attribute name.
|
static String |
ID_ATTRIB_NAME
Id attribute name.
|
static String |
MIMETYPE_ATTRIB_NAME
MimeType attribute name.
|
static String |
TYPE_ATTRIB_NAME
Type attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String ID_ATTRIB_NAME
static final String TYPE_ATTRIB_NAME
static final String MIMETYPE_ATTRIB_NAME
static final String ENCODING_ATTRIB_NAME
@Nullable String getID()
void setID(@Nullable String newID)
newID
- the unique ID for the XML element@Nullable String getType()
void setType(@Nullable String newType)
newType
- the type information for the plaintext content@Nullable String getMimeType()
void setMimeType(@Nullable String newMimeType)
newMimeType
- the MIME type of the plaintext content@Nullable String getEncoding()
void setEncoding(@Nullable String newEncoding)
newEncoding
- the encoding applied to the plaintext content prior to encryption@Nullable EncryptionMethod getEncryptionMethod()
void setEncryptionMethod(@Nullable EncryptionMethod newEncryptionMethod)
newEncryptionMethod
- the new EncryptionMethod child element@Nullable KeyInfo getKeyInfo()
void setKeyInfo(@Nullable KeyInfo newKeyInfo)
newKeyInfo
- the new KeyInfo child element@Nullable CipherData getCipherData()
void setCipherData(@Nullable CipherData newCipherData)
newCipherData
- the new CipherData child element@Nullable EncryptionProperties getEncryptionProperties()
void setEncryptionProperties(@Nullable EncryptionProperties newEncryptionProperties)
newEncryptionProperties
- the new EncryptionProperties child elementCopyright © 2016. All rights reserved.