Class SecAttributeValues

java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.security.SecAttributeValues

public class SecAttributeValues
extends CocoaUtility
  • Constructor Details

    • SecAttributeValues

      public SecAttributeValues()
  • Method Details

    • UseAuthenticationUIAllow

      @Deprecated public static CFType UseAuthenticationUIAllow()
      Deprecated.
      Deprecated in iOS 14.0. Instead of kSecUseAuthenticationUI, use kSecUseAuthenticationContext and set LAContext.interactionNotAllowed property
      Since:
      Available in iOS 9.0 and later.
    • UseAuthenticationUIFail

      @Deprecated public static CFType UseAuthenticationUIFail()
      Deprecated.
      Deprecated in iOS 14.0. Instead of kSecUseAuthenticationUI, use kSecUseAuthenticationContext and set LAContext.interactionNotAllowed property
      Since:
      Available in iOS 9.0 and later.
    • UseAuthenticationUISkip

      public static CFType UseAuthenticationUISkip()
      Since:
      Available in iOS 9.0 and later.