mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Return certificate serial
This commit is contained in:
@@ -15,6 +15,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
+ (nullable OpenVPNCertificate *)certificateWithPEM:(NSData *)pemData error:(NSError **)error;
|
||||
+ (nullable OpenVPNCertificate *)certificateWithDER:(NSData *)derData error:(NSError **)error;
|
||||
|
||||
@property (readonly, nonatomic) NSData *serial;
|
||||
|
||||
- (instancetype) init NS_UNAVAILABLE;
|
||||
|
||||
- (nullable NSData *)pemData:(NSError **)error;
|
||||
|
||||
Reference in New Issue
Block a user