Encryption identifiers indicating the type of encryption algorithm used in the response of a Request Service V2 command.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- Core NFC
Declaration
typedef enum EncryptionId : NSInteger {
...
} EncryptionId;
Encryption identifiers indicating the type of encryption algorithm used in the response of a Request Service V2 command.
SDKs
Framework
typedef enum EncryptionId : NSInteger {
...
} EncryptionId;
Encryption Id AES
An identifier that indicates the Advanced Encryption Standard (AES) encryption algorithm.
Encryption Id AES _DES
An identifier that indicates the Data Encryption Standard (DES) encryption algorithm.
- request Service With Node Code List: completion Handler:
Sends the Request Service command, as defined by the FeliCa card specification, to the tag.
Required.
- request Service V2With Node Code List: completion Handler:
Sends the Request Service V2 command, as defined by the FeliCa card specification, to the tag.
Required.