Package

com.twitter.finagle

ssl

Permalink

package ssl

Visibility
  1. Public
  2. All

Type Members

  1. case class Engine(self: SSLEngine, handlesRenegotiation: Boolean = false, certId: String = "<unknown>") extends Product with Serializable

    Permalink

Value Members

  1. object JSSE

    Permalink
  2. object OpenSSL

    Permalink
  3. object PEMEncodedKeyManager

    Permalink

    Take a PEM-encoded cert and key and turn it into a PKCS#12 keystore via openssl, which is then loaded into a resulting KeyManager

    Take a PEM-encoded cert and key and turn it into a PKCS#12 keystore via openssl, which is then loaded into a resulting KeyManager

    returns

    Array[KeyManager]

  4. object Shell

    Permalink
  5. object Ssl

    Permalink

Ungrouped