Class AsymmetricKey


  • public class AsymmetricKey
    extends java.lang.Object

    Java class for AsymmetricKey complex type.

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

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

      • AsymmetricKey

        public AsymmetricKey()
    • Method Detail

      • getPublicKey

        public EncodedKey getPublicKey()
        Gets the value of the publicKey property.
        Returns:
        possible object is EncodedKey
      • setPublicKey

        public void setPublicKey​(EncodedKey value)
        Sets the value of the publicKey property.
        Parameters:
        value - allowed object is EncodedKey
      • getPrivateKey

        public EncodedKey getPrivateKey()
        Gets the value of the privateKey property.
        Returns:
        possible object is EncodedKey
      • setPrivateKey

        public void setPrivateKey​(EncodedKey value)
        Sets the value of the privateKey property.
        Parameters:
        value - allowed object is EncodedKey