cryptoservices/certificateandkeymgmt/pkixcertbase/pkixcertchainao.cpp
changeset 29 ece3df019add
parent 8 35751d3474b7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
    18 
    18 
    19 #include "pkixcertchainao.h"
    19 #include "pkixcertchainao.h"
    20 #include "pkixCons.h"
    20 #include "pkixCons.h"
    21 #include <x509keys.h>
    21 #include <x509keys.h>
    22 #include <pkixcertchain.h>
    22 #include <pkixcertchain.h>
    23 #include <x509constraintext.h>
    23 #include "x509constraintext.h"
    24 
    24 
    25 CPKIXCertChainAO* CPKIXCertChainAO::NewL(MCertStore& aCertStore,
    25 CPKIXCertChainAO* CPKIXCertChainAO::NewL(MCertStore& aCertStore,
    26 										 CPKIXCertChainBase &aPKIXCertChain,
    26 										 CPKIXCertChainBase &aPKIXCertChain,
    27 										 const RPointerArray<CX509Certificate>& aRootCerts)
    27 										 const RPointerArray<CX509Certificate>& aRootCerts)
    28 	{
    28 	{