Class GetEciesDecryptorResponse


  • public class GetEciesDecryptorResponse
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="secretKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sharedInfo2" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String secretKey  
      protected java.lang.String sharedInfo2  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSecretKey()
      Gets the value of the secretKey property.
      java.lang.String getSharedInfo2()
      Gets the value of the sharedInfo2 property.
      void setSecretKey​(java.lang.String value)
      Sets the value of the secretKey property.
      void setSharedInfo2​(java.lang.String value)
      Sets the value of the sharedInfo2 property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • secretKey

        protected java.lang.String secretKey
      • sharedInfo2

        protected java.lang.String sharedInfo2
    • Constructor Detail

      • GetEciesDecryptorResponse

        public GetEciesDecryptorResponse()
    • Method Detail

      • getSecretKey

        public java.lang.String getSecretKey()
        Gets the value of the secretKey property.
        Returns:
        possible object is String
      • setSecretKey

        public void setSecretKey​(java.lang.String value)
        Sets the value of the secretKey property.
        Parameters:
        value - allowed object is String
      • getSharedInfo2

        public java.lang.String getSharedInfo2()
        Gets the value of the sharedInfo2 property.
        Returns:
        possible object is String
      • setSharedInfo2

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