SeedingAPISynchronous class

Syntax

@interface SeedingAPISynchronous : NSObject

Members

All members of SeedingAPISynchronous, including inherited members.

Methods
Method Description
+ (BOOL) areSettingsConfigured  
+ (void) clearSettings  
+ (NSInteger) getAfariaServerSettingsForUrlScheme: (NSString *) urlScheme  
+ (NSInteger) initializeLibrary: (NSURL *) url inUrlScheme: (NSString *) inurlscheme  
+ (NSInteger) retrieveCertificateWithPrivateKey: (SecKeyRef) privateKey andPublicKey: (SecKeyRef) publicKey andCommonName: (NSString *) commonName andChallenge: (NSString *) challengeCode forUrlScheme: (NSString *) urlScheme inCertificate: (SecCertificateRef *) certificate  
+ (NSInteger) retrieveCertificateWithPrivateKey: (SecKeyRef) privateKey andPublicKey: (SecKeyRef) publicKey andUserName: (NSString *) useName andPassword: (NSString *) password andCommonName: (NSString *) commonName andChallenge: (NSString *) challengeCode forUrlScheme: (NSString *) urlScheme inCertificate: (SecCertificateRef *) certificate  
+ (NSInteger) retrieveCertificateWithUrl: (NSURL *) url andPrivateKey: (SecKeyRef) privateKey andPublicKey: (SecKeyRef) publicKey andCommonName: (NSString *) commonName andChallenge: (NSString *) challengeCode inCertificate: (SecCertificateRef *) certificate  
+ (NSInteger) retrieveCertificateWithUrl: (NSURL *) url andPrivateKey: (SecKeyRef) privateKey andPublicKey: (SecKeyRef) publicKey andUserName: (NSString *) useName andPassword: (NSString *) password andCommonName: (NSString *) commonName andChallenge: (NSString *) challengeCode inCertificate: (SecCertificateRef *) certificate  
+ (NSInteger) retrieveSeedData: (NSString *) urlScheme InFile: (NSMutableString *) seedFile withCredentials: (NSURLCredential *) credentials  
+ (NSInteger) retrieveSeedDataWithUrl: (NSURL *) url InFile: (NSMutableString *) seedFile withCredentials: (NSURLCredential *) credentials  
+ (NSInteger) retrieveUserCertificate: (SecKeyRef) privateKey andPublicKey: (SecKeyRef) publicKey andUserName: (NSString *) userName andPassword: (NSString *) password andChallenge: (NSString *) challengeCode outCertificate: (SecCertificateRef *) userCertificate  
+ (NSInteger) setAfariaServerSettings: (NSURL *) url  
+ (NSInteger) updateSeedData: (NSString *) urlScheme InFile: (NSMutableString *) seedFile withCredentials: (NSURLCredential *) credentials  
+ (NSInteger) updateSeedDataWithUrl: (NSURL *) url InFile: (NSMutableString *) seedFile withCredentials: (NSURLCredential *) credentials