Skip to content
Snippets Groups Projects
Commit a3cb6573 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

remove code

parent a7ea18bc
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPKey.h" #import <ObjectivePGP/PGPKey.h>
#import "PGPKeyring.h" #import <ObjectivePGP/PGPKeyring.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
...@@ -110,10 +110,10 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -110,10 +110,10 @@ NS_ASSUME_NONNULL_BEGIN
*/ */
+ (nullable NSArray<PGPKeyID *> *)recipientsKeyIDForMessage:(NSData *)data error:(NSError * __autoreleasing _Nullable *)error; + (nullable NSArray<PGPKeyID *> *)recipientsKeyIDForMessage:(NSData *)data error:(NSError * __autoreleasing _Nullable *)error;
+ (NSData*) transformKey: (NSString *) string; + (NSData*) transformKey: (NSString *) string;
+ (nullable NSData *)symmetricEncrypt:(NSData *)dataToEncrypt signWithKey:(nullable PGPKey *)signKey encryptionKey: (nullable NSString *) key passphrase:(nullable NSString *)passphrase armored:(BOOL)armored error:(NSError *__autoreleasing _Nullable *)error; + (nullable NSData *)symmetricEncrypt:(NSData *)dataToEncrypt signWithKey:(nullable PGPKey *)signKey encryptionKey: (nullable NSString *) key passphrase:(nullable NSString *)passphrase armored:(BOOL)armored error:(NSError *__autoreleasing _Nullable *)error;
+ (nullable NSData *)symmetricDecrypt:(NSData *)messageDataToDecrypt key:(nullable NSString *)encKey verifyWithKey:(nullable PGPKey *)key signed:(nullable BOOL *)isSigned valid:(nullable BOOL *)isValid integrityProtected:(nullable BOOL *)isIntegrityProtected error:(NSError *__autoreleasing _Nullable *)error; + (nullable NSData *)symmetricDecrypt:(NSData *)messageDataToDecrypt key:(nullable NSString *)encKey verifyWithKey:(nullable PGPKey *)key signed:(nullable BOOL *)isSigned valid:(nullable BOOL *)isValid integrityProtected:(nullable BOOL *)isIntegrityProtected error:(NSError *__autoreleasing _Nullable *)error;
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END
File moved
File moved
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "PGPTypes.h" #import <ObjectivePGP/PGPTypes.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import "PGPExportableProtocol.h" #import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPKey.h" #import <ObjectivePGP/PGPKey.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
File moved
File moved
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPPartialKey.h" #import <ObjectivePGP/PGPPartialKey.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
File moved
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// rfc1950 (zlib format) // rfc1950 (zlib format)
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "ObjectivePGP.h" #import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPBigNum.h" #import <ObjectivePGP/PGPBigNum.h>
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import <openssl/bn.h> #import <openssl/bn.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment