public class X509DigestType extends Object
Java class for X509DigestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509DigestType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected byte[] |
value |
| Constructor and Description |
|---|
X509DigestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String algorithm
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getAlgorithm()
StringCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.