Class CurveType


  • public class CurveType
    extends java.lang.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[] a  
      protected byte[] b  
    • Constructor Summary

      Constructors 
      Constructor Description
      CurveType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getA()
      Gets the value of the a property.
      byte[] getB()
      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 Detail

      • a

        protected byte[] a
      • b

        protected byte[] b
    • Constructor Detail

      • CurveType

        public CurveType()
    • Method Detail

      • 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[]