更新EsptouchForIOS
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ESPAES.h
|
||||
// EspTouchDemo
|
||||
//
|
||||
// Created by AE on 2018/4/5.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ESPAES : NSObject {
|
||||
@private NSString *key;
|
||||
}
|
||||
|
||||
- (instancetype)initWithKey:(NSString *)secretKey;
|
||||
|
||||
- (NSData *)AES128EncryptData:(NSData *)data;
|
||||
- (NSData *)AES128DecryptData:(NSData *)data;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user