mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-19 07:01:02 +00:00
more pairing code
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface HttpManager : NSObject
|
||||
- (id) initWithHost:(NSString*) host uniqueId:(NSString*) uniqueId deviceName:(NSString*) deviceName;
|
||||
- (NSString*) generatePIN;
|
||||
- (NSString*) saltPIN:(NSString*)PIN;
|
||||
- (NSData*) saltPIN:(NSString*)PIN;
|
||||
- (NSURL*) newPairRequestWithSalt:(NSData*)salt andCert:(NSData*)cert;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user