public class KeyOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DECRYPT
decrypt content and validate decryption, if applicable
|
static String |
DERIVE_BITS
derive bits not to be used as a key
|
static String |
DERIVE_KEY
derive key
|
static String |
ENCRYPT
encrypt content
|
static String |
SIGN
compute digital signature or MAC
|
static String |
UNWRAP_KEY
decrypt key and validate decryption, if applicable
|
static String |
VERIFY
verify digital signature or MAC
|
static String |
WRAP_KEY
encrypt key
|
| Constructor and Description |
|---|
KeyOperations() |
public static String SIGN
public static String VERIFY
public static String ENCRYPT
public static String DECRYPT
public static String WRAP_KEY
public static String UNWRAP_KEY
public static String DERIVE_KEY
public static String DERIVE_BITS
Copyright © 2021. All rights reserved.