cryptoservices/certificateandkeymgmt/pkcs7/pkcs7excert.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
       
    19 
    17 
    20 
    18 
    21 #include <pkcs7excert.h>
    19 #include <pkcs7excert.h>
    22 #include "pkcs7asn1.h"
    20 #include "pkcs7asn1.h"
    23 #include <asn1dec.h>
    21 #include <asn1dec.h>
    67 
    65 
    68 EXPORT_C const CX509Certificate& CPKCS7ExtendedCertificateOrCertificate::Certificate(void) const
    66 EXPORT_C const CX509Certificate& CPKCS7ExtendedCertificateOrCertificate::Certificate(void) const
    69 	{
    67 	{
    70 	return *iCertificate;
    68 	return *iCertificate;
    71 	}
    69 	}
       
    70 
       
    71 
       
    72 
       
    73 
       
    74