Class CurveType
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.CurveType
-
public class CurveType extends java.lang.Object
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>
-
-
Constructor Summary
Constructors Constructor Description CurveType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getA()
Gets the value of the a property.byte[]
getB()
Gets the value of the b property.void
setA(byte[] value)
Sets the value of the a property.void
setB(byte[] value)
Sets the value of the b property.
-
-
-
Method Detail
-
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[]
-
-