Interface EncryptionContext

All Known Subinterfaces:
ClientConnection, ServerConnection<S>
All Known Implementing Classes:
AbstractClientConnection, AbstractRemoteConnection, AbstractServerConnection, ControlConnection, DataClientConnection, DataServerConnection, EncryptionContextImpl, UserClient.UserToBitConnection, UserServer.BitToUserConnection

public interface EncryptionContext
  • Method Details

    • isEncryptionEnabled

      boolean isEncryptionEnabled()
    • setEncryption

      void setEncryption(boolean encryptionEnabled)
    • setMaxWrappedSize

      void setMaxWrappedSize(int maxWrappedChunkSize)
    • getMaxWrappedSize

      int getMaxWrappedSize()
    • setWrapSizeLimit

      void setWrapSizeLimit(int wrapSizeLimit)
    • getWrapSizeLimit

      int getWrapSizeLimit()
    • getEncryptionCtxtString

      String getEncryptionCtxtString()