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

public class CurveType extends Object

Java class for CurveType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CurveType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="A" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
         <element name="B" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected byte[]
     
    protected byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Gets the value of the a property.
    byte[]
    Gets the value of the b property.
    void
    setA(byte[] value)
    Sets the value of the a property.
    void
    setB(byte[] value)
    Sets the value of the b property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • a

      protected byte[] a
    • b

      protected byte[] b
  • Constructor Details

    • CurveType

      public CurveType()
  • Method Details

    • getA

      public byte[] getA()
      Gets the value of the a property.
      Returns:
      possible object is byte[]
    • setA

      public void setA(byte[] value)
      Sets the value of the a property.
      Parameters:
      value - allowed object is byte[]
    • getB

      public byte[] getB()
      Gets the value of the b property.
      Returns:
      possible object is byte[]
    • setB

      public void setB(byte[] value)
      Sets the value of the b property.
      Parameters:
      value - allowed object is byte[]