22 #import <Foundation/Foundation.h>
75 - (NSString*)getProperty:(NSString*)propertyId error:(NSError**)error;
87 - (NSArray*)getSupportedOTPGenerators:(NSError**)error;
94 - (id<
HIDOTPGenerator>)getOTPGenerator:(NSString*)name error:(NSError**)error;
100 - (BOOL)isExtractable:(NSError**)error;
106 - (NSString*)getAlgorithm:(NSError**)error;
112 - (NSString*)getFormat:(NSError**)error;
125 - (NSData*)getEncoded:(NSError**)error;
139 - (NSData*)getEncoded:(NSString*)password error:(NSError**)error;
The protection policy defines the security parameters associated with a key or data item...
Definition: HIDProtectionPolicy.h:101
HIDIdentifier * getId()
Gets the keyId associated with key.
A base protocol for OTP generators.
Definition: HIDOTPGenerator.h:51
Security policy for the protection of sensitive data.
object identifier.
Definition: HIDIdentifier.h:34
Key instance.
Definition: HIDKey.h:36