View smime certificate of signed messages

This commit is contained in:
Francis Lachapelle
2018-01-09 15:22:04 -05:00
parent a44118d68f
commit 02d1aa12f9
10 changed files with 242 additions and 64 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
/* UIxMailPartSignedViewer.h - this file is part of SOGo
*
* Copyright (C) 2009-2017 Inverse inc.
* Copyright (C) 2009-2018 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -30,11 +30,15 @@
{
BOOL processed;
BOOL validSignature;
NSMutableString *validationMessage;
NSMutableArray *certificates;
NSString *validationMessage;
}
- (BOOL) validSignature;
- (NSString *) validationMessage;
- (NSArray *) smimeCertificates;
- (NSDictionary *) certificateForSubject: (NSString *) subject
andIssuer: (NSString *) issuer;
@end