1. 2.21.0
    2. 2.20.2

    Members

    Typealiases

    Variables

    Enumerations

    Structures

    Classes

    • class NIOSSLCertificate

      A reference to a BoringSSL Certificate object (X509 *).

    • class NIOSSLClientHandler

      A channel handler that wraps a channel in TLS using NIOSSL. This handler can be used in channels that are acting as the client in the TLS dialog. For server connections, use the NIOSSLServerHandler.

    • class NIOSSLContext

      A wrapper class that encapsulates BoringSSL’s SSL_CTX * object.

    • class NIOSSLHandler

      The base class for all NIOSSL handlers. This class cannot actually be instantiated by users directly: instead, users must select which mode they would like their handler to operate in, client or server.

    • class NIOSSLPrivateKey

      A reference to an BoringSSL private key object in the form of an EVP_PKEY *.

    • class NIOSSLPublicKey

      An NIOSSLPublicKey is an abstract handle to a public key owned by BoringSSL.

    • class NIOSSLServerHandler

      A channel handler that wraps a channel in TLS using NIOSSL. This handler can be used in channels that are acting as the server in the TLS dialog. For client connections, use the NIOSSLClientHandler.

    Protocols