Class ECParametersType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class ECParametersType
    extends Object
    implements Serializable, com.helger.commons.lang.IExplicitlyCloneable

    Java class for ECParametersType complex type.

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

     <complexType name="ECParametersType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FieldID" type="{http://www.w3.org/2009/xmldsig11#}FieldIDType"/>
             <element name="Curve" type="{http://www.w3.org/2009/xmldsig11#}CurveType"/>
             <element name="Base" type="{http://www.w3.org/2009/xmldsig11#}ECPointType"/>
             <element name="Order" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
             <element name="CoFactor" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="ValidationData" type="{http://www.w3.org/2009/xmldsig11#}ECValidationDataType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

    This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb22-plugin -Xph-tostring

    This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb22-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Detail

      • ECParametersType

        public ECParametersType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • setFieldID

        public void setFieldID​(@Nullable
                               FieldIDType value)
        Sets the value of the fieldID property.
        Parameters:
        value - allowed object is FieldIDType
      • setCurve

        public void setCurve​(@Nullable
                             CurveType value)
        Sets the value of the curve property.
        Parameters:
        value - allowed object is CurveType
      • getBase

        @Nullable
        public byte[] getBase()
        Gets the value of the base property.
        Returns:
        possible object is byte[]
      • setBase

        public void setBase​(@Nullable
                            byte[] value)
        Sets the value of the base property.
        Parameters:
        value - allowed object is byte[]
      • getOrder

        @Nullable
        public byte[] getOrder()
        Gets the value of the order property.
        Returns:
        possible object is byte[]
      • setOrder

        public void setOrder​(@Nullable
                             byte[] value)
        Sets the value of the order property.
        Parameters:
        value - allowed object is byte[]
      • setCoFactor

        public void setCoFactor​(@Nullable
                                BigInteger value)
        Sets the value of the coFactor property.
        Parameters:
        value - allowed object is BigInteger
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • cloneTo

        public void cloneTo​(@Nonnull
                            ECParametersType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public ECParametersType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.