|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IsecLDAP.CeServerSSLStrength
Specifies the types of server-side Secure Socket Layer strength.
| Field Summary | |
|---|---|
static int |
CERT
Accepts the server's certificate only if we trust the Certificate Authority who issued the certificate. |
static int |
CNCHECK
Accept the certificate only if we trust the Certificate Authority that issued the certificate, and the value of the CN attribute in the certificate is the DNS hostname of the server. |
static int |
NONE
No SSL authentication strength apply. |
static int |
WEAK
Always accepts server's certificate. |
| Field Detail |
|---|
static final int WEAK
static final int CERT
static final int CNCHECK
static final int NONE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||