22 #import <Foundation/Foundation.h>
75 - (NSString*)getProperty:(NSString*)propertyId error:(NSError**)error;
93 - (NSArray*)getSupportedOTPGenerators:(NSError**)error;
106 - (id<
HIDOTPGenerator>)getOTPGenerator:(NSString*)name error:(NSError**)error;
112 - (BOOL)isExtractable:(NSError**)error;
118 - (NSString*)getAlgorithm:(NSError**)error;
124 - (NSString*)getFormat:(NSError**)error;
137 - (NSData*)getEncoded:(NSError**)error;
151 - (NSData*)getEncoded:(NSString*)password error:(NSError**)error;
The protection policy defines the security parameters associated with a key or data item...
Definition: HIDProtectionPolicy.h:129
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