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 TypeMethodDescriptionint
int
boolean
void
setEncryption
(boolean encryptionEnabled) void
setMaxWrappedSize
(int maxWrappedChunkSize) void
setWrapSizeLimit
(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()
-