cryptoservices/certificateandkeymgmt/tcertcommon/tcertwriter.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 * CertWriter class implementation
    15 * CertWriter class implementation
    16 *
    16 *
    17 */
    17 */
    18 
       
    19 
       
    20 
    18 
    21 
    19 
    22 /**
    20 /**
    23  @file 
    21  @file 
    24  @internalTechnology
    22  @internalTechnology
    69 	void CalculateSignature(const CX509Certificate& aCert);
    67 	void CalculateSignature(const CX509Certificate& aCert);
    70 	Output* iOut;
    68 	Output* iOut;
    71 	};
    69 	};
    72 
    70 
    73 #endif
    71 #endif
       
    72