Class ECParametersType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.ECParametersType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
protected BigInteger
protected CurveType
protected FieldIDType
protected byte[]
protected ECValidationDataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBase()
Gets the value of the base property.Gets the value of the coFactor property.getCurve()
Gets the value of the curve property.Gets the value of the fieldID property.byte[]
getOrder()
Gets the value of the order property.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
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
Sets the value of the validationData property.
-
Field Details
-
fieldID
-
curve
-
base
protected byte[] base -
order
protected byte[] order -
coFactor
-
validationData
-
-
Constructor Details
-
ECParametersType
public ECParametersType()
-
-
Method Details
-
getFieldID
Gets the value of the fieldID property.- Returns:
- possible object is
FieldIDType
-
setFieldID
Sets the value of the fieldID property.- Parameters:
value
- allowed object isFieldIDType
-
getCurve
Gets the value of the curve property.- Returns:
- possible object is
CurveType
-
setCurve
Sets the value of the curve property.- Parameters:
value
- allowed object isCurveType
-
getBase
public byte[] getBase()Gets the value of the base property.- Returns:
- possible object is byte[]
-
setBase
public void setBase(byte[] value) Sets the value of the base property.- Parameters:
value
- allowed object is byte[]
-
getOrder
public byte[] getOrder()Gets the value of the order property.- Returns:
- possible object is byte[]
-
setOrder
public void setOrder(byte[] value) Sets the value of the order property.- Parameters:
value
- allowed object is byte[]
-
getCoFactor
Gets the value of the coFactor property.- Returns:
- possible object is
BigInteger
-
setCoFactor
Sets the value of the coFactor property.- Parameters:
value
- allowed object isBigInteger
-
getValidationData
Gets the value of the validationData property.- Returns:
- possible object is
ECValidationDataType
-
setValidationData
Sets the value of the validationData property.- Parameters:
value
- allowed object isECValidationDataType
-