Class ECKeyValueType

java.lang.Object
org.apache.xml.security.binding.xmldsig11.ECKeyValueType

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>
 
  • Field Details

  • Constructor Details

    • ECKeyValueType

      public ECKeyValueType()
  • Method Details

    • getECParameters

      public ECParametersType getECParameters()
      Gets the value of the ecParameters property.
      Returns:
      possible object is ECParametersType
    • setECParameters

      public void setECParameters(ECParametersType value)
      Sets the value of the ecParameters property.
      Parameters:
      value - allowed object is ECParametersType
    • getNamedCurve

      public NamedCurveType getNamedCurve()
      Gets the value of the namedCurve property.
      Returns:
      possible object is NamedCurveType
    • setNamedCurve

      public void setNamedCurve(NamedCurveType value)
      Sets the value of the namedCurve property.
      Parameters:
      value - allowed object is NamedCurveType
    • 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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String