Constant Field Values
javax.crypto.*
javax.crypto
javax.crypto.Cipher
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int | DECRYPT_MODE | 2 |
public static final int | ENCRYPT_MODE | 1 |
public static final int | PRIVATE_KEY | 2 |
public static final int | PUBLIC_KEY | 1 |
public static final int | SECRET_KEY | 3 |
public static final int | UNWRAP_MODE | 4 |
public static final int | WRAP_MODE | 3 |
javax.crypto.SecretKey
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long | serialVersionUID | -4795878709595146952L |
javax.crypto.interfaces
javax.crypto.interfaces.DHPrivateKey
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long | serialVersionUID | 2211791113380396553L |
javax.crypto.interfaces.DHPublicKey
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long | serialVersionUID | -6628103563352519193L |
javax.crypto.interfaces.PBEKey
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long | serialVersionUID | -1430015993304333921L |
javax.crypto.spec
javax.crypto.spec.DESedeKeySpec
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int | DES_EDE_KEY_LEN | 24 |
javax.crypto.spec.DESKeySpec
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int | DES_KEY_LEN | 8 |