Package org.apache.drill.exec.rpc
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 Summary
Modifier and TypeMethodDescriptionintintbooleanvoidsetEncryption(boolean encryptionEnabled) voidsetMaxWrappedSize(int maxWrappedChunkSize) voidsetWrapSizeLimit(int wrapSizeLimit)
-
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()
-