com.typesafe.sslconfig.ssl

ConfigSSLContextBuilder

class ConfigSSLContextBuilder extends SSLContextBuilder

Creates an SSL context builder from info objects.

Linear Supertypes
SSLContextBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigSSLContextBuilder
  2. SSLContextBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigSSLContextBuilder(mkLogger: LoggerFactory, info: SSLConfigSettings, keyManagerFactory: KeyManagerFactoryWrapper, trustManagerFactory: TrustManagerFactoryWrapper)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def build(): SSLContext

  8. def buildCompositeKeyManager(keyManagerConfig: KeyManagerConfig, algorithmChecker: AlgorithmChecker): CompositeX509KeyManager

  9. def buildCompositeTrustManager(trustManagerInfo: TrustManagerConfig, revocationEnabled: Boolean, revocationLists: Option[Seq[CRL]], algorithmChecker: AlgorithmChecker): CompositeX509TrustManager

  10. def buildKeyManager(ksc: KeyStoreConfig, algorithmChecker: AlgorithmChecker): X509KeyManager

    Builds a key manager from a keystore, using the KeyManagerFactory.

  11. def buildSSLContext(protocol: String, keyManagers: Seq[KeyManager], trustManagers: Seq[TrustManager], secureRandom: Option[SecureRandom]): SSLContext

  12. def buildTrustManager(tsc: TrustStoreConfig, revocationEnabled: Boolean, revocationLists: Option[Seq[CRL]], algorithmChecker: AlgorithmChecker): X509TrustManager

    Builds trust managers, using a TrustManagerFactory internally.

  13. def buildTrustManagerParameters(trustStore: KeyStore, revocationEnabled: Boolean, revocationLists: Option[Seq[CRL]], algorithmChecker: AlgorithmChecker): CertPathTrustManagerParameters

  14. def certificateRevocationList(sslConfig: SSLConfigSettings): Option[Seq[CRL]]

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def fileBuilder(storeType: String, filePath: String, password: Option[Array[Char]]): KeyStoreBuilder

  19. def fileOnClasspathBuilder(storeType: String, filePath: String, password: Option[Array[Char]]): KeyStoreBuilder

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def generateCRL(inputStream: InputStream): CRL

  22. def generateCRLFromFile(file: File): CRL

  23. def generateCRLFromURL(url: URL): CRL

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def keyStoreBuilder(ksc: KeyStoreConfig): KeyStoreBuilder

  28. val logger: NoDepsLogger

    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def stringBuilder(data: String): KeyStoreBuilder

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def trustStoreBuilder(tsc: TrustStoreConfig): KeyStoreBuilder

  36. def validateStore(store: KeyStore, algorithmChecker: AlgorithmChecker): Unit

    Tests each trusted certificate in the store, and warns if the certificate is not valid.

    Tests each trusted certificate in the store, and warns if the certificate is not valid. Does not throw exceptions.

  37. def validateStoreContainsPrivateKeys(ksc: KeyStoreConfig, keyStore: KeyStore): Boolean

    Validates that a key store (as opposed to a trust store) contains private keys for client authentication.

  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def warnOnPKCS12EmptyPasswordBug(ksc: KeyStoreConfig): Boolean

    Returns true if the keystore should throw an exception as a result of the JSSE bug 6879539, false otherwise.

Inherited from SSLContextBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped