HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
<HIDAlgorithmParameters> Protocol Reference

#import <HIDOTPGenerator.h>

Inheritance diagram for <HIDAlgorithmParameters>:
<HIDHOTPAlgorithmParameters> <HIDOCRAAlgorithmParameters> <HIDTOTPAlgorithmParameters>

Instance Methods

(NSArray *) - getModes
 
(NSString *) - getStandardVersion
 

Detailed Description

Represents parameters ruling a cryptographic algorithm.

Method Documentation

- (NSArray*) getModes

Returns The modes supported by the algorithm.

Returns
The modes supported by the algorithm as an array of strings.
- (NSString*) getStandardVersion

Returns The version of the algorithm.

Returns
The version of the algorithm.