public class ContentInformationType extends Object
Java class for ContentInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="EnvelopedData" type="{}EnvelopedDataType"/>
<element name="AuthenticatedData" type="{}AuthenticatedDataType"/>
<element name="SignedData" type="{}SignedDataType"/>
<element name="DigestedData" type="{}DigestedDataType"/>
<element name="NamedKeyEncryptedData" type="{}NamedKeyEncryptedDataType"/>
</choice>
</sequence>
<attribute name="ContentType" use="required" type="{}ContentTypeTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticatedDataType |
authenticatedData |
protected String |
contentType |
protected DigestedDataType |
digestedData |
protected EnvelopedDataType |
envelopedData |
protected NamedKeyEncryptedDataType |
namedKeyEncryptedData |
protected SignedDataType |
signedData |
| Constructor and Description |
|---|
ContentInformationType() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedDataType |
getAuthenticatedData()
Gets the value of the authenticatedData property.
|
String |
getContentType()
Gets the value of the contentType property.
|
DigestedDataType |
getDigestedData()
Gets the value of the digestedData property.
|
EnvelopedDataType |
getEnvelopedData()
Gets the value of the envelopedData property.
|
NamedKeyEncryptedDataType |
getNamedKeyEncryptedData()
Gets the value of the namedKeyEncryptedData property.
|
SignedDataType |
getSignedData()
Gets the value of the signedData property.
|
void |
setAuthenticatedData(AuthenticatedDataType value)
Sets the value of the authenticatedData property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setDigestedData(DigestedDataType value)
Sets the value of the digestedData property.
|
void |
setEnvelopedData(EnvelopedDataType value)
Sets the value of the envelopedData property.
|
void |
setNamedKeyEncryptedData(NamedKeyEncryptedDataType value)
Sets the value of the namedKeyEncryptedData property.
|
void |
setSignedData(SignedDataType value)
Sets the value of the signedData property.
|
protected EnvelopedDataType envelopedData
protected AuthenticatedDataType authenticatedData
protected SignedDataType signedData
protected DigestedDataType digestedData
protected NamedKeyEncryptedDataType namedKeyEncryptedData
protected String contentType
public EnvelopedDataType getEnvelopedData()
EnvelopedDataTypepublic void setEnvelopedData(EnvelopedDataType value)
value - allowed object is
EnvelopedDataTypepublic AuthenticatedDataType getAuthenticatedData()
AuthenticatedDataTypepublic void setAuthenticatedData(AuthenticatedDataType value)
value - allowed object is
AuthenticatedDataTypepublic SignedDataType getSignedData()
SignedDataTypepublic void setSignedData(SignedDataType value)
value - allowed object is
SignedDataTypepublic DigestedDataType getDigestedData()
DigestedDataTypepublic void setDigestedData(DigestedDataType value)
value - allowed object is
DigestedDataTypepublic NamedKeyEncryptedDataType getNamedKeyEncryptedData()
NamedKeyEncryptedDataTypepublic void setNamedKeyEncryptedData(NamedKeyEncryptedDataType value)
value - allowed object is
NamedKeyEncryptedDataTypepublic String getContentType()
StringCopyright © 2018. All rights reserved.