public class CurveType extends 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 and Description |
|---|
CurveType() |
public byte[] getA()
public void setA(byte[] value)
value - allowed object is
byte[]public byte[] getB()
public void setB(byte[] value)
value - allowed object is
byte[]Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.