Implement -description for X509Certificate

This commit is contained in:
Florian Zeitz 2011-11-02 01:25:36 +01:00
parent 3b0fbe7868
commit 165ee6acca
2 changed files with 26 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include <openssl/x509.h>
#import <ObjFW/OFObject.h>
#import <ObjFW/OFString.h>
@class OFDictionary;
/* OIDs: */
@ -65,3 +66,6 @@
- (OFString*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj;
- (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str;
@end
@interface X509OID: OFString {}
@end