Package apple.localauthentication.enums
Class LAAccessControlOperation
- java.lang.Object
-
- apple.localauthentication.enums.LAAccessControlOperation
-
public final class LAAccessControlOperation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCreateItemAccess control will be used for item creation.static longCreateKeyAccess control will be used for key creation.static longUseItemAccess control will be used for accessing existing item.static longUseKeyDecryptAccess control will be used for data decryption using existing key.static longUseKeyKeyExchangeAccess control will be used for key exchange.static longUseKeySignAccess control will be used for sign operation with existing key.
-
-
-
Field Detail
-
CreateItem
public static final long CreateItem
Access control will be used for item creation.- See Also:
- Constant Field Values
-
UseItem
public static final long UseItem
Access control will be used for accessing existing item.- See Also:
- Constant Field Values
-
CreateKey
public static final long CreateKey
Access control will be used for key creation.- See Also:
- Constant Field Values
-
UseKeySign
public static final long UseKeySign
Access control will be used for sign operation with existing key.- See Also:
- Constant Field Values
-
UseKeyDecrypt
public static final long UseKeyDecrypt
Access control will be used for data decryption using existing key.- See Also:
- Constant Field Values
-
UseKeyKeyExchange
public static final long UseKeyKeyExchange
Access control will be used for key exchange.- See Also:
- Constant Field Values
-
-