-
Notifications
You must be signed in to change notification settings - Fork 34
FeliCaEncryptionId
treastrain edited this page May 5, 2021
·
1 revision
An identifier that indicates the Advanced Encryption Standard (AES) encryption algorithm.
static var AES = 79
An identifier that indicates the Data Encryption Standard (DES) encryption algorithm.
static var AES_DES = 65
public static var allCases: [FeliCaEncryptionId] = [.AES, .AES_DES]
Generated at 2021-10-28T15:36:42+0000 using swift-doc 1.0.0-rc.1.