EMOathHashAlgorithm Constants Reference

Declared in EMSoftOathSettings.h

EMOathHashAlgorithm

Supported hash algorithms for HMAC computation

Definition

typedef NS_ENUM(NSInteger, EMOathHashAlgorithm ) {
   EMOathHashSHA1,
   EMOathHashSHA256,
   EMOathHashSHA512,
};

Constants

EMOathHashSHA1

SHA1

Declared In EMSoftOathSettings.h.

EMOathHashSHA256

SHA256

Declared In EMSoftOathSettings.h.

EMOathHashSHA512

SHA512

Declared In EMSoftOathSettings.h.

Declared In

EMSoftOathSettings.h