public class ContentInformation extends Object
Java class for ContentInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="EnvelopedData" type="{}EnvelopedData"/>
<element name="AuthenticatedData" type="{}AuthenticatedData"/>
<element name="SignedData" type="{}SignedData"/>
<element name="DigestedData" type="{}DigestedData"/>
<element name="NamedKeyEncryptedData" type="{}NamedKeyEncryptedData"/>
</choice>
</sequence>
<attribute name="Content" use="required" type="{}ContentType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticatedData |
authenticatedData
The Authenticated data.
|
protected ContentType |
contentType
The Content.
|
protected DigestedData |
digestedData
The Digested data.
|
protected EnvelopedData |
envelopedData
The Enveloped data.
|
protected NamedKeyEncryptedData |
namedKeyEncryptedData
The Named key encrypted data.
|
protected SignedData |
signedData
The Signed data.
|
| Constructor and Description |
|---|
ContentInformation() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedData |
getAuthenticatedData()
Gets the value of the authenticatedData property.
|
ContentType |
getContentType()
Gets the value of the contentType property.
|
DigestedData |
getDigestedData()
Gets the value of the digestedData property.
|
EnvelopedData |
getEnvelopedData()
Gets the value of the envelopedData property.
|
NamedKeyEncryptedData |
getNamedKeyEncryptedData()
Gets the value of the namedKeyEncryptedData property.
|
SignedData |
getSignedData()
Gets the value of the signedData property.
|
void |
setAuthenticatedData(AuthenticatedData value)
Sets the value of the authenticatedData property.
|
void |
setContentType(ContentType value)
Sets the value of the contentType property.
|
void |
setDigestedData(DigestedData value)
Sets the value of the digestedData property.
|
void |
setEnvelopedData(EnvelopedData value)
Sets the value of the envelopedData property.
|
void |
setNamedKeyEncryptedData(NamedKeyEncryptedData value)
Sets the value of the namedKeyEncryptedData property.
|
void |
setSignedData(SignedData value)
Sets the value of the signedData property.
|
protected EnvelopedData envelopedData
protected AuthenticatedData authenticatedData
protected SignedData signedData
protected DigestedData digestedData
protected NamedKeyEncryptedData namedKeyEncryptedData
protected ContentType contentType
public EnvelopedData getEnvelopedData()
EnvelopedDatapublic void setEnvelopedData(EnvelopedData value)
value - allowed object is EnvelopedDatapublic AuthenticatedData getAuthenticatedData()
AuthenticatedDatapublic void setAuthenticatedData(AuthenticatedData value)
value - allowed object is AuthenticatedDatapublic SignedData getSignedData()
SignedDatapublic void setSignedData(SignedData value)
value - allowed object is SignedDatapublic DigestedData getDigestedData()
DigestedDatapublic void setDigestedData(DigestedData value)
value - allowed object is DigestedDatapublic NamedKeyEncryptedData getNamedKeyEncryptedData()
NamedKeyEncryptedDatapublic void setNamedKeyEncryptedData(NamedKeyEncryptedData value)
value - allowed object is NamedKeyEncryptedDatapublic ContentType getContentType()
ContentTypepublic void setContentType(ContentType value)
value - allowed object is ContentTypeCopyright © 2022. All rights reserved.