Package org.apache.iceberg.encryption
Class Ciphers
java.lang.Object
org.apache.iceberg.encryption.Ciphers
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final String
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
PLAIN_BLOCK_SIZE
public static final int PLAIN_BLOCK_SIZE- See Also:
-
NONCE_LENGTH
public static final int NONCE_LENGTH- See Also:
-
GCM_TAG_LENGTH
public static final int GCM_TAG_LENGTH- See Also:
-
CIPHER_BLOCK_SIZE
public static final int CIPHER_BLOCK_SIZE- See Also:
-
GCM_STREAM_MAGIC_STRING
- See Also:
-