Implement writing certificate PEM data

This commit is contained in:
Sergey Abramchuk
2017-09-06 23:29:06 +03:00
parent 18a41d88d1
commit 7cbb69fed5
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -18,4 +18,6 @@
- (nonnull instancetype) __unavailable init;
- (nullable NSData *)pemData:(out NSError * __nullable * __nullable)error;
@end