Class SecAttrAccessible.Values

java.lang.Object
org.robovm.apple.security.SecAttrAccessible.Values
Enclosing class:
SecAttrAccessible

public static class SecAttrAccessible.Values
extends Object
  • Constructor Details

    • Values

      public Values()
  • Method Details

    • WhenUnlocked

      public static CFType WhenUnlocked()
    • AfterFirstUnlock

      public static CFType AfterFirstUnlock()
    • Always

      @Deprecated public static CFType Always()
      Deprecated.
      Deprecated in iOS 12.0. Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock
    • WhenPasscodeSetThisDeviceOnly

      public static CFType WhenPasscodeSetThisDeviceOnly()
    • WhenUnlockedThisDeviceOnly

      public static CFType WhenUnlockedThisDeviceOnly()
    • AfterFirstUnlockThisDeviceOnly

      public static CFType AfterFirstUnlockThisDeviceOnly()
    • AlwaysThisDeviceOnly

      @Deprecated public static CFType AlwaysThisDeviceOnly()
      Deprecated.
      Deprecated in iOS 12.0. Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly