cryptoservices/filebasedcertificateandkeystores/source/keystore/Server/keystreamutils.h
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
equal deleted inserted replaced
61:641f389e9157 62:a71299154b21
    24 
    24 
    25 #ifndef __KEYSTREAMUTILS_H__
    25 #ifndef __KEYSTREAMUTILS_H__
    26 #define __KEYSTREAMUTILS_H__
    26 #define __KEYSTREAMUTILS_H__
    27 
    27 
    28 #include <s32strm.h>
    28 #include <s32strm.h>
    29 #ifdef SYMBIAN_KEYSTORE_USE_AUTH_SERVER
    29 
    30 #include <s32std.h>
       
    31 #endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
       
    32 #include "fsmarshaller.h"
    30 #include "fsmarshaller.h"
    33 
    31 
    34 class CRSAPublicKey;
    32 class CRSAPublicKey;
    35 class CRSAPrivateKey;
    33 class CRSAPrivateKey;
    36 class CDSAPublicKey;
    34 class CDSAPublicKey;
    50 void CreateL(RReadStream& aStream, CRSAPublicKey*& aOut);
    48 void CreateL(RReadStream& aStream, CRSAPublicKey*& aOut);
    51 void CreateL(RReadStream& aStream, CRSAPrivateKey*& aOut);
    49 void CreateL(RReadStream& aStream, CRSAPrivateKey*& aOut);
    52 void CreateL(RReadStream& aStream, CDSAPublicKey*& aOut);
    50 void CreateL(RReadStream& aStream, CDSAPublicKey*& aOut);
    53 void CreateL(RReadStream& aStream, CDSAPrivateKey*& aOut);
    51 void CreateL(RReadStream& aStream, CDSAPrivateKey*& aOut);
    54 
    52 
    55 #ifdef SYMBIAN_KEYSTORE_USE_AUTH_SERVER
    53 
    56 HBufC8* DecryptFromStreamL( RReadStream& aInStream, TPtrC8& aKey );
       
    57 #endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
       
    58 #endif
    54 #endif