Class LAAccessControlOperation


  • public final class LAAccessControlOperation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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