EncryptedVarCharColumnType
class EncryptedVarCharColumnType(encryptor: Encryptor, colLength: Int) : ColumnWithTransform<String, String>
Character column for storing encrypted strings, using the provided encryptor, with the specified maximum colLength.