Class ECValidationDataType

java.lang.Object
org.apache.xml.security.binding.xmldsig11.ECValidationDataType

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>
  • Field Details

    • seed

      protected byte[] seed
    • hashAlgorithm

      protected String 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

      public String getHashAlgorithm()
      Gets the value of the hashAlgorithm property.
      Returns:
      possible object is String
    • setHashAlgorithm

      public void setHashAlgorithm(String value)
      Sets the value of the hashAlgorithm property.
      Parameters:
      value - allowed object is String