APDUCommand
internal struct APDUCommand
-
Declaration
Swift
internal static func MUTUAL_AUTHENTICATE(_ data: Data) -> NFCISO7816APDU
-
Declaration
Swift
internal static var GET_CHALLENGE: NFCISO7816APDU { get }
-
Declaration
Swift
internal static func GENERAL_AUTHENTICATE(data: Data, isLast: Bool = false) -> NFCISO7816APDU
-
Declaration
Swift
internal static var SELECT_MASTER_FILE: NFCISO7816APDU { get }
-
Declaration
Swift
internal static var SELECT_PASSPORT_APPLICATION: NFCISO7816APDU { get }
-
Declaration
Swift
internal static func SELECT(file: [UInt8]) -> NFCISO7816APDU
-
Declaration
Swift
internal static func READ_BINARY(offset: [UInt8], expectedResponseLength: Int) -> NFCISO7816APDU
-
Declaration
Swift
struct ManageSecurityEnvironment