EncryptedBinaryColumnType
class EncryptedBinaryColumnType(encryptor: Encryptor, length: Int) : ColumnWithTransform<ByteArray, ByteArray>
Binary column for storing encrypted binary strings of a specific length, using the provided encryptor.
Samples
registerColumn(name, EncryptedBinaryColumnType(encryptor, cipherByteLength))Content copied to clipboard