equal
deleted
inserted
replaced
15 * Declares key helper classes for PKCS#10 that perform the algorithm dependant work. |
15 * Declares key helper classes for PKCS#10 that perform the algorithm dependant work. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 |
|
21 |
|
22 /** |
20 /** |
23 @file |
21 @file |
24 @internalComponent |
22 @internalComponent |
25 @released |
23 @released |
26 */ |
24 */ |
28 #ifndef __PKCS10KEYHELPER_H__ |
26 #ifndef __PKCS10KEYHELPER_H__ |
29 #define __PKCS10KEYHELPER_H__ |
27 #define __PKCS10KEYHELPER_H__ |
30 |
28 |
31 #include <mctkeystore.h> |
29 #include <mctkeystore.h> |
32 #include <x509keys.h> |
30 #include <x509keys.h> |
|
31 #include "x509keyencoder.h" |
33 |
32 |
34 class CASN1EncBase; |
33 class CASN1EncBase; |
35 class CASN1EncSequence; |
34 class CASN1EncSequence; |
36 class CASN1EncBitString; |
35 class CASN1EncBitString; |
37 |
36 |