Class KeyDataType

  • Direct Known Subclasses:
    KeyData

    public class KeyDataType
    extends java.lang.Object

    Java class for KeyDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="KeyDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="symmetricKey" type="{http://certificateservices.org/xsd/sensitivekeys}EncodedKey"/>
               <element name="asymmetricKey" type="{http://certificateservices.org/xsd/sensitivekeys}AsymmetricKey"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • KeyDataType

        public KeyDataType()
    • Method Detail

      • getSymmetricKey

        public EncodedKey getSymmetricKey()
        Gets the value of the symmetricKey property.
        Returns:
        possible object is EncodedKey
      • setSymmetricKey

        public void setSymmetricKey​(EncodedKey value)
        Sets the value of the symmetricKey property.
        Parameters:
        value - allowed object is EncodedKey
      • getAsymmetricKey

        public AsymmetricKey getAsymmetricKey()
        Gets the value of the asymmetricKey property.
        Returns:
        possible object is AsymmetricKey
      • setAsymmetricKey

        public void setAsymmetricKey​(AsymmetricKey value)
        Sets the value of the asymmetricKey property.
        Parameters:
        value - allowed object is AsymmetricKey