cryptoservices/certificateandkeymgmt/pkcs10/keyhelper.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    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