public final class SSLClientCertificateState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
None
Server hasn't asked for a cert.
|
static int |
Rejected
Client sent a cert but failed validation.
|
static int |
Requested
Server has asked for a cert, but client didn't send it.
|
static int |
Sent
Server side: We asked for a cert, client sent one, we validated
it OK.
|
public static final int None
public static final int Requested
public static final int Sent
public static final int Rejected