Package apple.security.enums
Class SSLAuthenticate
- java.lang.Object
-
- apple.security.enums.SSLAuthenticate
-
public final class SSLAuthenticate extends java.lang.Object[@enum] SSLAuthenticate Optional; Default is kNeverAuthenticate. Can only be called when no session is active.
-
-
Field Summary
Fields Modifier and Type Field Description static intAlwaysAuthenticaterequire itstatic intNeverAuthenticateskip client authenticationstatic intTryAuthenticatetry to authenticate, but not an error if client doesn't have a cert
-
-
-
Field Detail
-
NeverAuthenticate
public static final int NeverAuthenticate
skip client authentication- See Also:
- Constant Field Values
-
AlwaysAuthenticate
public static final int AlwaysAuthenticate
require it- See Also:
- Constant Field Values
-
TryAuthenticate
public static final int TryAuthenticate
try to authenticate, but not an error if client doesn't have a cert- See Also:
- Constant Field Values
-
-