Class SessionExchangeKeyRequest

All Implemented Interfaces:
Cloneable

public class SessionExchangeKeyRequest extends AbstractRequest
Request used to setup a new session. Holds the identity of the client exchange key (either a public key or a handle/index pair).
  • Constructor Details

    • SessionExchangeKeyRequest

      public SessionExchangeKeyRequest(byte[] encryptedSessionKey)
  • Method Details

    • getEncryptedSessionKey

      public byte[] getEncryptedSessionKey()
    • toString

      public String toString()
      Overrides:
      toString in class AbstractRequest