Class ECKeyValueType


  • public class ECKeyValueType
    extends java.lang.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 Detail

      • publicKey

        protected byte[] publicKey
      • id

        protected java.lang.String id
    • Constructor Detail

      • ECKeyValueType

        public ECKeyValueType()
    • Method Detail

      • 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 java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

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