Skip to content

FeliCaEncryptionId

treastrain edited this page May 5, 2021 · 1 revision

Extensions on FeliCaEncryptionId

Properties

AES

An identifier that indicates the Advanced Encryption Standard (AES) encryption algorithm.

static var AES = 79

AES_DES

An identifier that indicates the Data Encryption Standard (DES) encryption algorithm.

static var AES_DES = 65

allCases

public static var allCases: [FeliCaEncryptionId] = [.AES, .AES_DES]
Clone this wiki locally