Class SSLConf

java.lang.Object
org.apache.tomcat.jni.SSLConf

public final class SSLConf extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    apply(long cctx, String name, String value)
    Apply a command to an SSL_CONF context.
    static void
    assign(long cctx, long ctx)
    Assign an SSL context to an SSL_CONF context.
    static int
    check(long cctx, String name, String value)
    Check a command with an SSL_CONF context.
    static int
    finish(long cctx)
    Finish commands for an SSL_CONF context.
    static void
    free(long cctx)
    Free the resources used by the context
    static long
    make(long pool, int flags)
    Create a new SSL_CONF context.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait