public class EncryptedContentType extends Object
Java class for EncryptedContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContentEncryptionAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="EncryptedData" type="{}EncryptedDataType"/>
</sequence>
<attribute name="ContentType" use="required" type="{}ContentTypeTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifier |
contentEncryptionAlgorithm |
protected String |
contentType |
protected byte[] |
encryptedData |
| Constructor and Description |
|---|
EncryptedContentType() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getContentEncryptionAlgorithm()
Gets the value of the contentEncryptionAlgorithm property.
|
String |
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(String 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 String 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 String getContentType()
StringCopyright © 2018. All rights reserved.