public class ECValidationDataType extends Object
Java class for ECValidationDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECValidationDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
</sequence>
<attribute name="hashAlgorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hashAlgorithm |
protected byte[] |
seed |
| Constructor and Description |
|---|
ECValidationDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHashAlgorithm()
Gets the value of the hashAlgorithm property.
|
byte[] |
getSeed()
Gets the value of the seed property.
|
void |
setHashAlgorithm(String value)
Sets the value of the hashAlgorithm property.
|
void |
setSeed(byte[] value)
Sets the value of the seed property.
|
protected byte[] seed
protected String hashAlgorithm
public byte[] getSeed()
public void setSeed(byte[] value)
value - allowed object is
byte[]public String getHashAlgorithm()
StringCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.