object DynamicSSLEngineProvider

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicSSLEngineProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type KeyStoreError = String

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val PRIVATE_KEY_PATTERN: Pattern
  5. val PUBLIC_KEY_PATTERN: Pattern
  6. val _certificates: TrieMap[String, Cert]
  7. val _ocspProjectionCertificates: TrieMap[BigInteger, OCSPCertProjection]
  8. def _readPrivateKey(encodedKeySpec: KeySpec): Try[PrivateKey]
  9. def _readPrivateKeySpec(id: String, content: String, keyPassword: Option[String], log: Boolean = true): Either[KeyStoreError, KeySpec]
  10. def addCertificates(certs: Seq[Cert], env: Env): SSLContext
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def base64Decode(base64: String): Array[Byte]
  13. def certificates: TrieMap[String, Cert]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def createKeyStore(certificates: Seq[Cert]): KeyStore
  16. def createSSLEngine(clientAuth: ClientAuth, cipherSuites: Option[Seq[String]], protocols: Option[Seq[String]]): SSLEngine
  17. def createTrustStore(keyStore: KeyStore, cacertPath: String, cacertPassword: String): Array[TrustManager]
  18. def current: SSLContext
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def forceUpdate(env: Env): SSLContext
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getCurrentEnv(): Env
  25. def getHostNames(): Seq[String]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def isFirstSetupDone: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isSelfSigned(cert: X509Certificate): Boolean
  30. val logger: Logger
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def readCertificateChain(id: String, certificateChain: String, log: Boolean = true): Seq[X509Certificate]
  35. def readPrivateKeyUniversal(id: String, content: String, keyPassword: Option[String], log: Boolean = true): Either[KeyStoreError, PrivateKey]
  36. def setCertificates(certs: Seq[Cert], env: Env): SSLContext
  37. def setCurrentEnv(env: Env): Unit
  38. def setupSslContextFor(_certs: Seq[Cert], _trustedCerts: Seq[Cert], forceTrustAll: Boolean, client: Boolean, env: Env): SSLContext
  39. def sslConfigSettings: SSLConfigSettings
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped