Class SSLAuthenticate


  • public final class SSLAuthenticate
    extends java.lang.Object
    [@enum] SSLAuthenticate Optional; Default is kNeverAuthenticate. Can only be called when no session is active.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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