Class SecAttrAccessible.Values

  • Enclosing class:
    SecAttrAccessible

    public static class SecAttrAccessible.Values
    extends java.lang.Object
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • WhenUnlocked

        public static CFType WhenUnlocked()
        Since:
        Available in iOS 4.0 and later.
      • AfterFirstUnlock

        public static CFType AfterFirstUnlock()
        Since:
        Available in iOS 4.0 and later.
      • Always

        public static CFType Always()
        Since:
        Available in iOS 4.0 and later.
      • WhenPasscodeSetThisDeviceOnly

        public static CFType WhenPasscodeSetThisDeviceOnly()
        Since:
        Available in iOS 8.0 and later.
      • WhenUnlockedThisDeviceOnly

        public static CFType WhenUnlockedThisDeviceOnly()
        Since:
        Available in iOS 4.0 and later.
      • AfterFirstUnlockThisDeviceOnly

        public static CFType AfterFirstUnlockThisDeviceOnly()
        Since:
        Available in iOS 4.0 and later.
      • AlwaysThisDeviceOnly

        public static CFType AlwaysThisDeviceOnly()
        Since:
        Available in iOS 4.0 and later.