networksecurity/tlsprovider/inc/tlstypedef_internal.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
     1 /**
     1 /**
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   125 
   125 
   126 	TBuf8<60> iProposedCiphers; 
   126 	TBuf8<60> iProposedCiphers; 
   127 	TBool iClientAuthenticate;
   127 	TBool iClientAuthenticate;
   128 	TBool iDialogNonAttendedMode;  
   128 	TBool iDialogNonAttendedMode;  
   129 	TTLSSignatureAlgorithm isignatureAlgorithm; 
   129 	TTLSSignatureAlgorithm isignatureAlgorithm; 
   130 	TBuf8<256> idomainName;		
   130 	TBuf8<256> idomainName;	
   131 
   131 	TTLSDialogMode iDialogMode;
   132 	TBool iAllowNullCipherSuites;
   132 	TBool iAllowNullCipherSuites;
   133 
   133 
   134 	TBool iPskConfigured;
   134 	TBool iPskConfigured;
   135 	MSoPskKeyHandler *iPskKeyHandler;
   135 	MSoPskKeyHandler *iPskKeyHandler;
   136 	HBufC8* iPskIdentityHint;
   136 	HBufC8* iPskIdentityHint;