Package org.apache.iceberg.encryption
Class Ciphers
- java.lang.Object
-
- org.apache.iceberg.encryption.Ciphers
-
public class Ciphers extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Ciphers.AesGcmDecryptor
static class
Ciphers.AesGcmEncryptor
-
Field Summary
Fields Modifier and Type Field Description static int
CIPHER_BLOCK_SIZE
static java.lang.String
GCM_STREAM_MAGIC_STRING
static int
GCM_TAG_LENGTH
static int
NONCE_LENGTH
static int
PLAIN_BLOCK_SIZE
-
-
-
Field Detail
-
PLAIN_BLOCK_SIZE
public static final int PLAIN_BLOCK_SIZE
- See Also:
- Constant Field Values
-
NONCE_LENGTH
public static final int NONCE_LENGTH
- See Also:
- Constant Field Values
-
GCM_TAG_LENGTH
public static final int GCM_TAG_LENGTH
- See Also:
- Constant Field Values
-
CIPHER_BLOCK_SIZE
public static final int CIPHER_BLOCK_SIZE
- See Also:
- Constant Field Values
-
GCM_STREAM_MAGIC_STRING
public static final java.lang.String GCM_STREAM_MAGIC_STRING
- See Also:
- Constant Field Values
-
-