public class Ciphers
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Ciphers.AesGcmDecryptor |
static class |
Ciphers.AesGcmEncryptor |
Modifier and Type | Field and 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 |
public static final int PLAIN_BLOCK_SIZE
public static final int NONCE_LENGTH
public static final int GCM_TAG_LENGTH
public static final int CIPHER_BLOCK_SIZE
public static final java.lang.String GCM_STREAM_MAGIC_STRING