pkiutilities/DeviceToken/Src/Shared/DevTokenCertInfo.cpp
changeset 66 67b3e3c1fc87
parent 0 164170e6151a
equal deleted inserted replaced
63:989397f9511c 66:67b3e3c1fc87
    71         aFormat, 
    71         aFormat, 
    72         aCertificateOwnerType, 
    72         aCertificateOwnerType, 
    73         aSize, 
    73         aSize, 
    74         aSubjectKeyId, 
    74         aSubjectKeyId, 
    75         aIssuerKeyId,
    75         aIssuerKeyId,
    76         aCertificateId);
    76         aCertificateId);    
       
    77     CleanupStack::PushL( self );
    77     self->ConstructL(NULL);
    78     self->ConstructL(NULL);
       
    79     CleanupStack::Pop( self );    
    78     return self;
    80     return self;
    79     }
    81     }
    80 
    82 
    81 
    83 
    82 // ---------------------------------------------------------------------------
    84 // ---------------------------------------------------------------------------
    99         aSize, 
   101         aSize, 
   100         aSubjectKeyId,  
   102         aSubjectKeyId,  
   101         aIssuerKeyId,
   103         aIssuerKeyId,
   102         aCertificateId, 
   104         aCertificateId, 
   103         aDeletable);
   105         aDeletable);
       
   106     CleanupStack::PushL( self );
   104     self->ConstructL(NULL);
   107     self->ConstructL(NULL);
       
   108     CleanupStack::Pop( self );    
   105     return self;
   109     return self;
   106     }
   110     }
   107 
   111 
   108 
   112 
   109 // ---------------------------------------------------------------------------
   113 // ---------------------------------------------------------------------------