public final class LAAccessControlOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CreateItem
Access control will be used for item creation.
|
static long |
CreateKey
Access control will be used for key creation.
|
static long |
UseItem
Access control will be used for accessing existing item.
|
static long |
UseKeyDecrypt
Access control will be used for data decryption using existing key.
|
static long |
UseKeyKeyExchange
Access control will be used for key exchange.
|
static long |
UseKeySign
Access control will be used for sign operation with existing key.
|
public static final long CreateItem
public static final long UseItem
public static final long CreateKey
public static final long UseKeySign
public static final long UseKeyDecrypt
public static final long UseKeyKeyExchange