implemented cert and keypair gen

This commit is contained in:
Diego Waxemberg
2014-10-16 21:20:27 -04:00
parent fba676c405
commit bd91d74de8
6 changed files with 430 additions and 0 deletions

15
Limelight/CryptoManager.h Normal file
View File

@@ -0,0 +1,15 @@
//
// CryptoManager.h
// Limelight
//
// Created by Diego Waxemberg on 10/14/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CryptoManager : NSObject <NSURLConnectionDelegate>
- (void) generateKeyPairUsingSSl;
@end