Class ECKeyValueType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.ECKeyValueType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ECParametersTypeprotected Stringprotected NamedCurveTypeprotected byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ecParameters property.getId()Gets the value of the id property.Gets the value of the namedCurve property.byte[]Gets the value of the publicKey property.voidsetECParameters(ECParametersType value) Sets the value of the ecParameters property.voidSets the value of the id property.voidsetNamedCurve(NamedCurveType value) Sets the value of the namedCurve property.voidsetPublicKey(byte[] value) Sets the value of the publicKey property.
-
Field Details
-
ecParameters
-
namedCurve
-
publicKey
protected byte[] publicKey -
id
-
-
Constructor Details
-
ECKeyValueType
public ECKeyValueType()
-
-
Method Details
-
getECParameters
Gets the value of the ecParameters property.- Returns:
- possible object is
ECParametersType
-
setECParameters
Sets the value of the ecParameters property.- Parameters:
value- allowed object isECParametersType
-
getNamedCurve
Gets the value of the namedCurve property.- Returns:
- possible object is
NamedCurveType
-
setNamedCurve
Sets the value of the namedCurve property.- Parameters:
value- allowed object isNamedCurveType
-
getPublicKey
public byte[] getPublicKey()Gets the value of the publicKey property.- Returns:
- possible object is byte[]
-
setPublicKey
public void setPublicKey(byte[] value) Sets the value of the publicKey property.- Parameters:
value- allowed object is byte[]
-
getId
-
setId
-