Class ECValidationDataType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.ECValidationDataType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hashAlgorithm property.byte[]getSeed()Gets the value of the seed property.voidsetHashAlgorithm(String value) Sets the value of the hashAlgorithm property.voidsetSeed(byte[] value) Sets the value of the seed property.
-
Field Details
-
seed
protected byte[] seed -
hashAlgorithm
-
-
Constructor Details
-
ECValidationDataType
public ECValidationDataType()
-
-
Method Details
-
getSeed
public byte[] getSeed()Gets the value of the seed property.- Returns:
- possible object is byte[]
-
setSeed
public void setSeed(byte[] value) Sets the value of the seed property.- Parameters:
value- allowed object is byte[]
-
getHashAlgorithm
-
setHashAlgorithm
-