cryptoservices/filebasedcertificateandkeystores/source/keystore/Client/cfskeystoreclient.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 45 030c4fbc13d7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    23 #include "ClientOpenedKeys.h"
    23 #include "ClientOpenedKeys.h"
    24 #include "clientutils.h"
    24 #include "clientutils.h"
    25 #include <mctauthobject.h>
    25 #include <mctauthobject.h>
    26 #include <asymmetrickeys.h>
    26 #include <asymmetrickeys.h>
    27 #include <pbedata.h>
    27 #include <pbedata.h>
    28 #include <ct/logger.h>
    28 #include "ct/logger.h"
    29 #include <mctkeystoreuids.h>
    29 #include <mctkeystoreuids.h>
    30 
    30 
    31 
    31 
    32 // When retrieving data from the server we sometimes make a guess at the size of
    32 // When retrieving data from the server we sometimes make a guess at the size of
    33 // the data that will be returned so we can allocate a buffer for it.  If it's
    33 // the data that will be returned so we can allocate a buffer for it.  If it's