None

open class None : DefaultDeviceAuthenticator, CryptoAware
  • Declaration

    Swift

    public override init()
  • Generate public and private key pair

    Declaration

    Swift

    open override func generateKeys() throws -> KeyPair
  • Check if authentication is supported

    Declaration

    Swift

    open override func isSupported() -> Bool
  • Access Control for the authetication type

    Declaration

    Swift

    open override func accessControl() -> SecAccessControl?
  • Declaration

    Swift

    open override func type() -> DeviceBindingAuthenticationType
  • Declaration

    Swift

    open func setKey(cryptoKey: CryptoKey)
  • Declaration

    Swift

    open override func deleteKeys()