| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LEGACY_PREFIX_SIZE |
5 |
public static final byte |
LEGACY_START_BYTE |
0 |
public static final int |
NON_RAW_PREFIX_SIZE |
5 |
public static final int |
RAW_PREFIX_SIZE |
0 |
public static final int |
TINK_PREFIX_SIZE |
5 |
public static final byte |
TINK_START_BYTE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TINK_VERSION |
"1.4.0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PREFIX |
"android-keystore://" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CRLF |
4 |
public static final int |
DEFAULT |
0 |
public static final int |
NO_CLOSE |
16 |
public static final int |
NO_PADDING |
1 |
public static final int |
NO_WRAP |
2 |
public static final int |
URL_SAFE |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SECRET_KEY_LEN |
32 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
PUBLIC_KEY_LEN |
32 |
public static final int |
SIGNATURE_LEN |
64 |