Class CurveType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.CurveType
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
protected byte[] a -
b
protected byte[] b
-
-
Constructor Details
-
CurveType
public CurveType()
-
-
Method Details
-
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[]
-