cryptoservices/certificateandkeymgmt/pkixcertbase/pkixcertchainao.cpp
changeset 31 c0e7917aa107
parent 29 ece3df019add
equal deleted inserted replaced
30:880bdb445c5c 31:c0e7917aa107
    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 	{