Class DiffieHellman.Client.Response

  • Enclosing class:
    DiffieHellman.Client

    public static final class DiffieHellman.Client.Response
    extends java.lang.Object
    Author:
    Eike Stepper
    • Constructor Detail

      • Response

        public Response​(byte[] clientPubKeyEnc,
                        byte[] cipherText,
                        byte[] paramsEnc)
      • Response

        public Response​(ExtendedDataInput in)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public void write​(ExtendedDataOutput out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getClientPubKeyEnc

        public byte[] getClientPubKeyEnc()
      • getCipherText

        public byte[] getCipherText()
      • getParamsEnc

        public byte[] getParamsEnc()