@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
| Constructor and Description |
|---|
ECParametersType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
ECParametersType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ECParametersType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
byte[] |
getBase()
Gets the value of the base property.
|
BigInteger |
getCoFactor()
Gets the value of the coFactor property.
|
CurveType |
getCurve()
Gets the value of the curve property.
|
FieldIDType |
getFieldID()
Gets the value of the fieldID property.
|
byte[] |
getOrder()
Gets the value of the order property.
|
ECValidationDataType |
getValidationData()
Gets the value of the validationData property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setBase(byte[] value)
Sets the value of the base property.
|
void |
setCoFactor(BigInteger value)
Sets the value of the coFactor property.
|
void |
setCurve(CurveType value)
Sets the value of the curve property.
|
void |
setFieldID(FieldIDType value)
Sets the value of the fieldID property.
|
void |
setOrder(byte[] value)
Sets the value of the order property.
|
void |
setValidationData(ECValidationDataType value)
Sets the value of the validationData property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ECParametersType()
@Nullable public FieldIDType getFieldID()
FieldIDTypepublic void setFieldID(@Nullable FieldIDType value)
value - allowed object is
FieldIDType@Nullable public CurveType getCurve()
CurveTypepublic void setCurve(@Nullable CurveType value)
value - allowed object is
CurveType@Nullable public byte[] getBase()
public void setBase(@Nullable byte[] value)
value - allowed object is
byte[]@Nullable public byte[] getOrder()
public void setOrder(@Nullable byte[] value)
value - allowed object is
byte[]@Nullable public BigInteger getCoFactor()
BigIntegerpublic void setCoFactor(@Nullable BigInteger value)
value - allowed object is
BigInteger@Nullable public ECValidationDataType getValidationData()
ECValidationDataTypepublic void setValidationData(@Nullable ECValidationDataType value)
value - allowed object is
ECValidationDataTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ECParametersType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public ECParametersType clone()
Copyright © 2016–2020 Philip Helger. All rights reserved.