EMOathHashAlgorithm
Objective-C
enum EMOathHashAlgorithm : NSInteger {}
Swift
enum EMOathHashAlgorithm : Int, @unchecked Sendable
Supported hash algorithms for HMAC computation
-
SHA1
Declaration
Objective-C
EMOathHashSHA1Swift
case SHA1 = 0 -
SHA256
Declaration
Objective-C
EMOathHashSHA256Swift
case SHA256 = 1 -
SHA512
Declaration
Objective-C
EMOathHashSHA512Swift
case SHA512 = 2
EMOathHashAlgorithm Enumeration Reference