public class ECKeyValueType extends Object
Java class for ECKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECKeyValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="ECParameters" type="{http://www.w3.org/2009/xmldsig11#}ECParametersType"/>
<element name="NamedCurve" type="{http://www.w3.org/2009/xmldsig11#}NamedCurveType"/>
</choice>
<element name="PublicKey" type="{http://www.w3.org/2009/xmldsig11#}ECPointType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ECParametersType |
ecParameters |
protected String |
id |
protected NamedCurveType |
namedCurve |
protected byte[] |
publicKey |
| Constructor and Description |
|---|
ECKeyValueType() |
| Modifier and Type | Method and Description |
|---|---|
ECParametersType |
getECParameters()
Gets the value of the ecParameters property.
|
String |
getId()
Gets the value of the id property.
|
NamedCurveType |
getNamedCurve()
Gets the value of the namedCurve property.
|
byte[] |
getPublicKey()
Gets the value of the publicKey property.
|
void |
setECParameters(ECParametersType value)
Sets the value of the ecParameters property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNamedCurve(NamedCurveType value)
Sets the value of the namedCurve property.
|
void |
setPublicKey(byte[] value)
Sets the value of the publicKey property.
|
protected ECParametersType ecParameters
protected NamedCurveType namedCurve
protected byte[] publicKey
protected String id
public ECParametersType getECParameters()
ECParametersTypepublic void setECParameters(ECParametersType value)
value - allowed object is
ECParametersTypepublic NamedCurveType getNamedCurve()
NamedCurveTypepublic void setNamedCurve(NamedCurveType value)
value - allowed object is
NamedCurveTypepublic byte[] getPublicKey()
public void setPublicKey(byte[] value)
value - allowed object is
byte[]Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.