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

Overview

An AGEncryptionService that generates crypto params randomly by using AGPBKDF2

Instance Methods

initWithConfig:

Initialize the provider with the given config

- (id)initWithConfig:(AGPassphraseCryptoConfig *)config

Parameters

config

An AGPassphraseCryptoConfig configuration object.

Return Value

the newly created AGPassphraseKeyServices object.

Discussion

Initialize the provider with the given config

Declared In

AGPassphraseKeyServices.h