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