Inherits from AGBaseEncryptionService : NSObject
Declared in AGPasswordKeyServices.h
AGPasswordKeyServices.m

Overview

An AGEncryptionService that uses Apple’s keychain for storing and retrieving crypto parameters.

Instance Methods

initWithConfig:

Initialize the provider with the given config

- (id)initWithConfig:(AGKeyStoreCryptoConfig *)config

Parameters

config

An AGKeyStoreCryptoConfig configuration object.

Return Value

the newly created AGPasswordKeyServices object.

Discussion

Initialize the provider with the given config

Declared In

AGPasswordKeyServices.h