public class DigestedData extends Object
Java class for DigestedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestedData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DigestAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="EncapsulatedContent" type="{}EncapsulatedContent"/>
<element name="Digest" type="{}Digest"/>
</sequence>
<attribute name="Version" type="{}VersionType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
digest
The Digest.
|
protected AlgorithmIdentifier |
digestAlgorithm
The Digest algorithm.
|
protected EncapsulatedContent |
encapsulatedContent
The Encapsulated content.
|
protected VersionType |
version
The Version.
|
| Constructor and Description |
|---|
DigestedData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigest()
Gets the value of the digest property.
|
AlgorithmIdentifier |
getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
EncapsulatedContent |
getEncapsulatedContent()
Gets the value of the encapsulatedContent property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
void |
setDigest(byte[] value)
Sets the value of the digest property.
|
void |
setDigestAlgorithm(AlgorithmIdentifier value)
Sets the value of the digestAlgorithm property.
|
void |
setEncapsulatedContent(EncapsulatedContent value)
Sets the value of the encapsulatedContent property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
protected AlgorithmIdentifier digestAlgorithm
protected EncapsulatedContent encapsulatedContent
protected byte[] digest
protected VersionType version
public AlgorithmIdentifier getDigestAlgorithm()
AlgorithmIdentifierpublic void setDigestAlgorithm(AlgorithmIdentifier value)
value - allowed object is AlgorithmIdentifierpublic EncapsulatedContent getEncapsulatedContent()
EncapsulatedContentpublic void setEncapsulatedContent(EncapsulatedContent value)
value - allowed object is EncapsulatedContentpublic byte[] getDigest()
public void setDigest(byte[] value)
value - allowed object is byte[]public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is VersionTypeCopyright © 2022. All rights reserved.