public class ECParametersType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
base |
protected BigInteger |
coFactor |
protected CurveType |
curve |
protected FieldIDType |
fieldID |
protected byte[] |
order |
protected ECValidationDataType |
validationData |
| Constructor and Description |
|---|
ECParametersType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
protected FieldIDType fieldID
protected CurveType curve
protected byte[] base
protected byte[] order
protected BigInteger coFactor
protected ECValidationDataType validationData
public FieldIDType getFieldID()
FieldIDTypepublic void setFieldID(FieldIDType value)
value - allowed object is
FieldIDTypepublic CurveType getCurve()
CurveTypepublic void setCurve(CurveType value)
value - allowed object is
CurveTypepublic byte[] getBase()
public void setBase(byte[] value)
value - allowed object is
byte[]public byte[] getOrder()
public void setOrder(byte[] value)
value - allowed object is
byte[]public BigInteger getCoFactor()
BigIntegerpublic void setCoFactor(BigInteger value)
value - allowed object is
BigIntegerpublic ECValidationDataType getValidationData()
ECValidationDataTypepublic void setValidationData(ECValidationDataType value)
value - allowed object is
ECValidationDataTypeCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.