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 ECParametersType
protected String
protected NamedCurveType
protected 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.void
setECParameters
(ECParametersType value) Sets the value of the ecParameters property.void
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.
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-