public class EncryptedContent extends Object
Java class for EncryptedContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedContent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContentEncryptionAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="EncryptedData" type="{}EncryptedData"/>
</sequence>
<attribute name="Content" use="required" type="{}ContentType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifier |
contentEncryptionAlgorithm
The Content encryption algorithm.
|
protected ContentType |
contentType
The Content.
|
protected byte[] |
encryptedData
The Encrypted data.
|
| Constructor and Description |
|---|
EncryptedContent() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getContentEncryptionAlgorithm()
Gets the value of the contentEncryptionAlgorithm property.
|
ContentType |
getContentType()
Gets the value of the contentType property.
|
byte[] |
getEncryptedData()
Gets the value of the encryptedData property.
|
void |
setContentEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the contentEncryptionAlgorithm property.
|
void |
setContentType(ContentType value)
Sets the value of the contentType property.
|
void |
setEncryptedData(byte[] value)
Sets the value of the encryptedData property.
|
protected AlgorithmIdentifier contentEncryptionAlgorithm
protected byte[] encryptedData
protected ContentType contentType
public AlgorithmIdentifier getContentEncryptionAlgorithm()
AlgorithmIdentifierpublic void setContentEncryptionAlgorithm(AlgorithmIdentifier value)
value - allowed object is AlgorithmIdentifierpublic byte[] getEncryptedData()
public void setEncryptedData(byte[] value)
value - allowed object is byte[]public ContentType getContentType()
ContentTypepublic void setContentType(ContentType value)
value - allowed object is ContentTypeCopyright © 2022. All rights reserved.