Package org.robovm.apple.security
Class SecAttrAccessible.Values
java.lang.Object
org.robovm.apple.security.SecAttrAccessible.Values
- Enclosing class:
- SecAttrAccessible
public static class SecAttrAccessible.Values extends Object
-
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description static CFTypeAfterFirstUnlock()static CFTypeAfterFirstUnlockThisDeviceOnly()static CFTypeAlways()Deprecated.Deprecated in iOS 12.0.static CFTypeAlwaysThisDeviceOnly()Deprecated.Deprecated in iOS 12.0.static CFTypeWhenPasscodeSetThisDeviceOnly()static CFTypeWhenUnlocked()static CFTypeWhenUnlockedThisDeviceOnly()
-
Constructor Details
-
Values
public Values()
-
-
Method Details
-
WhenUnlocked
-
AfterFirstUnlock
-
Always
Deprecated.Deprecated in iOS 12.0. Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock -
WhenPasscodeSetThisDeviceOnly
-
WhenUnlockedThisDeviceOnly
-
AfterFirstUnlockThisDeviceOnly
-
AlwaysThisDeviceOnly
Deprecated.Deprecated in iOS 12.0. Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
-