Package org.robovm.apple.security
Class SecAttrAccessible
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFType>
org.robovm.apple.security.SecAttrAccessible
public class SecAttrAccessible extends GlobalValueEnumeration<CFType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecAttrAccessible.AsListMarshalerstatic classSecAttrAccessible.Marshalerstatic classSecAttrAccessible.Values -
Field Summary
Fields Modifier and Type Field Description static SecAttrAccessibleAfterFirstUnlockstatic SecAttrAccessibleAfterFirstUnlockThisDeviceOnlystatic SecAttrAccessibleAlwaysDeprecated.Deprecated in iOS 12.0.static SecAttrAccessibleAlwaysThisDeviceOnlyDeprecated.Deprecated in iOS 12.0.static SecAttrAccessibleWhenPasscodeSetThisDeviceOnlystatic SecAttrAccessibleWhenUnlockedstatic SecAttrAccessibleWhenUnlockedThisDeviceOnly -
Method Summary
Modifier and Type Method Description static SecAttrAccessiblevalueOf(CFType value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field 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
-
-
Method Details
-
valueOf
-