namespace Akenti struct SSLConstants
A structure to define the constants used by the security provider
-
typedef enum Version SSL2
-
version constants
-
enum FileType
-
These constants describe the encoding of identity certificates
or private keys contained in the certificates
-
static const int VERIFY_NONE
-
These constants are used as arguments to
SecureSocketImpl#setVerify(int)
Possible values: VERIFY_NONE (0)
VERIFY_PEER (1)
VERIFY_PEER | VERIFY_FAIL_IF_NO_PEER_CERT (3)
VERIFY_PEER | VERIFY_CLIENT_ONCE (5)
VERIFY_PEER | VERIFY_FAIL_IF_NO_PEER_CERT | VERIFY_CLIENT_ONCE (7)
-
static const char* const RSA_EXPORT1024_WITH_RC4_56_MD5
-
Ciphers we are using
Documentation
A structure to define the constants used by the security provider.
Currently only values used by SSLeay and OpenSSL are defined,
since those are the only providers we have.
typedef enum Version SSL2
-
version constants
enum FileType
-
These constants describe the encoding of identity certificates
or private keys contained in the certificates
static const int VERIFY_NONE
-
These constants are used as arguments to
SecureSocketImpl#setVerify(int)
Possible values: VERIFY_NONE (0)
VERIFY_PEER (1)
VERIFY_PEER | VERIFY_FAIL_IF_NO_PEER_CERT (3)
VERIFY_PEER | VERIFY_CLIENT_ONCE (5)
VERIFY_PEER | VERIFY_FAIL_IF_NO_PEER_CERT | VERIFY_CLIENT_ONCE (7)
static const char* const RSA_EXPORT1024_WITH_RC4_56_MD5
-
Ciphers we are using
- Author:
- Srilekha Mudumbai
Abdelilah Essiari
- Version:
- 1.1 00/05/01
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de