Packages

package ssl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object JSSE
  2. object OpenSSL
  3. object PEMEncodedKeyManager

    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
  5. object Ssl

Ungrouped