networksecurity/tlsprovider/inc/tlstypedef.h
branchRCL_3
changeset 21 abbed5a4b42a
parent 20 7e41d162e158
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
     1 /**
     1 /**
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2009 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".
   113  * @publishedPartner
   113  * @publishedPartner
   114  * @released
   114  * @released
   115  */
   115  */
   116 enum TTLSCompressionMethod { ENullCompression  };
   116 enum TTLSCompressionMethod { ENullCompression  };
   117 
   117 
   118 /**
       
   119  * @internalAll 
       
   120  */
       
   121 enum TTLSDialogMode { ETTLSDialogModeAttended, ETTLSDialogModeUnattended, ETTLSDialogModeAllowAutomatic };
       
   122 
       
   123 class CSubjectPublicKeyInfo;
   118 class CSubjectPublicKeyInfo;
   124 class CMessageDigest;
   119 class CMessageDigest;
   125 class TTLSCipherSuiteMapping;
   120 class TTLSCipherSuiteMapping;
   126 
   121 
   127 /**
   122 /**