EMSoftDcvOathSettings Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMSoftDcvOathSettings.h |
dcvLength
required method
Returns the length of an DCV.
@property (assign, nonatomic, readonly) NSInteger dcvLengthDiscussion
Default: 3
Declared In
EMSoftDcvOathSettings.h
dcvHashAlgorithm
required method
Returns the hash algorithm used in the HMAC computation for DCV.
@property (assign, nonatomic, readonly) EMOathHashAlgorithm dcvHashAlgorithmDiscussion
Default: EMOathHashSHA1. see EMOathHashAlgorithm.
Declared In
EMSoftDcvOathSettings.h
dcvStartTime
required method
Returns the T0 start time used in the settings.
@property (assign, nonatomic, readonly) int64_t dcvStartTimeDiscussion
Default: 0
Declared In
EMSoftDcvOathSettings.h
dcvTimestepSize
required method
Returns the time step size used in the settings.
@property (assign, nonatomic, readonly) NSInteger dcvTimestepSizeDiscussion
Default: 20
Declared In
EMSoftDcvOathSettings.h
dcvTimestepType
required method
Returns the time step type used in the settings.
@property (assign, nonatomic, readonly) EMOathTimestepType dcvTimestepTypeDiscussion
Default: Minutes
Declared In
EMSoftDcvOathSettings.h