Implement writing certificate DER data

This commit is contained in:
Sergey Abramchuk
2017-09-07 10:21:10 +03:00
parent d5a96bf764
commit b714cf11a1
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -19,5 +19,6 @@
- (nonnull instancetype) __unavailable init;
- (nullable NSData *)pemData:(out NSError * __nullable * __nullable)error;
- (nullable NSData *)derData:(out NSError * __nullable * __nullable)error;
@end