public class DigestAlgAndValueType
extends java.lang.Object
Java class for DigestAlgAndValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestAlgAndValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DigestMethod" type="{http://www.w3.org/2000/09/xmldsig#}DigestMethodType" minOccurs="0"/>
<element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DigestMethodType |
digestMethod |
protected byte[] |
digestValue |
| Constructor and Description |
|---|
DigestAlgAndValueType() |
| Modifier and Type | Method and Description |
|---|---|
DigestMethodType |
getDigestMethod()
Gets the value of the digestMethod property.
|
byte[] |
getDigestValue()
Gets the value of the digestValue property.
|
void |
setDigestMethod(DigestMethodType value)
Sets the value of the digestMethod property.
|
void |
setDigestValue(byte[] value)
Sets the value of the digestValue property.
|
protected DigestMethodType digestMethod
protected byte[] digestValue
public DigestMethodType getDigestMethod()
DigestMethodTypepublic void setDigestMethod(DigestMethodType value)
value - allowed object is
DigestMethodTypepublic byte[] getDigestValue()
public void setDigestValue(byte[] value)
value - allowed object is
byte[]Copyright © 2025. All rights reserved.