public interface EncryptionContext
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionCtxtString() |
int |
getMaxWrappedSize() |
int |
getWrapSizeLimit() |
boolean |
isEncryptionEnabled() |
void |
setEncryption(boolean encryptionEnabled) |
void |
setMaxWrappedSize(int maxWrappedChunkSize) |
void |
setWrapSizeLimit(int wrapSizeLimit) |
boolean isEncryptionEnabled()
void setEncryption(boolean encryptionEnabled)
void setMaxWrappedSize(int maxWrappedChunkSize)
int getMaxWrappedSize()
void setWrapSizeLimit(int wrapSizeLimit)
int getWrapSizeLimit()
String getEncryptionCtxtString()
Copyright © 1970 The Apache Software Foundation. All rights reserved.