networksecurity/tlsprovider/inc/tlstypedef.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".
   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 
   118 class CSubjectPublicKeyInfo;
   123 class CSubjectPublicKeyInfo;
   119 class CMessageDigest;
   124 class CMessageDigest;
   120 class TTLSCipherSuiteMapping;
   125 class TTLSCipherSuiteMapping;
   121 
   126 
   122 /**
   127 /**