Packages

c

blended.jetty.boot

DelegatingSslContextFactory

class DelegatingSslContextFactory extends SslContextFactory

Annotations
@nowarn()
Linear Supertypes
SslContextFactory, Dumpable, AbstractLifeCycle, LifeCycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelegatingSslContextFactory
  2. SslContextFactory
  3. Dumpable
  4. AbstractLifeCycle
  5. LifeCycle
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DelegatingSslContextFactory()

Type Members

  1. class AliasSNIMatcher extends SNIMatcher
    Attributes
    private[ssl]
    Definition Classes
    SslContextFactory
  2. class Factory extends AnyRef
    Attributes
    private[ssl]
    Definition Classes
    SslContextFactory

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. def addExcludeCipherSuites(arg0: <repeated...>[String]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @transient()
  5. def addExcludeProtocols(arg0: <repeated...>[String]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @transient()
  6. def addLifeCycleListener(arg0: Listener): Unit
    Definition Classes
    AbstractLifeCycle → LifeCycle
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def checkCiphers(arg0: SSLParameters): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  9. def checkConfiguration(): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  10. def checkEndPointIdentificationAlgorithm(): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  11. def checkProtocols(arg0: SSLParameters): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  12. def checkTrustAll(): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def customize(arg0: SSLParameters): SSLParameters
    Definition Classes
    SslContextFactory
  15. def customize(arg0: SSLEngine): Unit
    Definition Classes
    SslContextFactory
  16. def doStart(): Unit
    Definition Classes
    DelegatingSslContextFactory → SslContextFactory → AbstractLifeCycle
  17. def doStop(): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory → AbstractLifeCycle
    Annotations
    @throws(classOf[java.lang.Exception])
  18. def dump(arg0: Appendable, arg1: String): Unit
    Definition Classes
    SslContextFactory → Dumpable
    Annotations
    @throws(classOf[java.io.IOException])
  19. def dump(): String
    Definition Classes
    SslContextFactory → Dumpable
  20. def dumpSelf(): String
    Definition Classes
    Dumpable
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def getAliases(): Set[String]
    Definition Classes
    SslContextFactory
  25. def getCertAlias(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  26. def getCertStoreInstance(arg0: Collection[_ <: CRL]): CertStore
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.security.InvalidAlgorithmParameterException]) @throws(classOf[java.security.NoSuchAlgorithmException])
  27. def getCertificateFactoryInstance(arg0: String): CertificateFactory
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.security.cert.CertificateException])
  28. def getCipherComparator(): Comparator[String]
    Definition Classes
    SslContextFactory
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getCrlPath(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  31. def getEndpointIdentificationAlgorithm(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  32. def getExcludeCipherSuites(): Array[String]
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  33. def getExcludeProtocols(): Array[String]
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  34. def getHostnameVerifier(): HostnameVerifier
    Definition Classes
    SslContextFactory
  35. def getIncludeCipherSuites(): Array[String]
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  36. def getIncludeProtocols(): Array[String]
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  37. def getKeyManagerFactoryAlgorithm(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  38. def getKeyManagerFactoryInstance(): KeyManagerFactory
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.security.NoSuchAlgorithmException])
  39. def getKeyManagers(arg0: KeyStore): Array[KeyManager]
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  40. def getKeyStore(): KeyStore
    Definition Classes
    SslContextFactory
  41. def getKeyStorePath(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  42. def getKeyStoreProvider(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  43. def getKeyStoreResource(): Resource
    Definition Classes
    SslContextFactory
  44. def getKeyStoreType(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  45. def getMaxCertPathLength(): Int
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  46. def getOcspResponderURL(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  47. def getPassword(arg0: String): Password
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  48. def getPkixCertPathChecker(): PKIXCertPathChecker
    Definition Classes
    SslContextFactory
  49. def getProtocol(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  50. def getProvider(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  51. def getRenegotiationLimit(): Int
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  52. def getSSLContextInstance(): SSLContext
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.security.NoSuchAlgorithmException])
  53. def getSecureRandomAlgorithm(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  54. def getSecureRandomInstance(): SecureRandom
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.security.NoSuchAlgorithmException])
  55. def getSelectedCipherSuites(): Array[String]
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  56. def getSelectedProtocols(): Array[String]
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  57. def getSslContext(): SSLContext
    Definition Classes
    SslContextFactory
  58. def getSslSessionCacheSize(): Int
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  59. def getSslSessionTimeout(): Int
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  60. def getState(): String
    Definition Classes
    AbstractLifeCycle
    Annotations
    @ManagedAttribute()
  61. def getStopTimeout(): Long
    Definition Classes
    AbstractLifeCycle
    Annotations
    @ManagedAttribute()
  62. def getTrustManagerFactoryAlgorithm(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  63. def getTrustManagerFactoryInstance(): TrustManagerFactory
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.security.NoSuchAlgorithmException])
  64. def getTrustManagers(arg0: KeyStore, arg1: Collection[_ <: CRL]): Array[TrustManager]
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  65. def getTrustStore(): KeyStore
    Definition Classes
    SslContextFactory
  66. def getTrustStorePath(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  67. def getTrustStoreProvider(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  68. def getTrustStoreResource(): Resource
    Definition Classes
    SslContextFactory
  69. def getTrustStoreType(): String
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  70. def getX509(arg0: String): X509
    Definition Classes
    SslContextFactory
  71. def getX509CertChain(arg0: SSLSession): Array[X509Certificate]
    Definition Classes
    SslContextFactory
  72. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  73. def isEnableCRLDP(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  74. def isEnableOCSP(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  75. def isFailed(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  76. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  77. def isRenegotiationAllowed(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  78. def isRunning(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  79. def isSessionCachingEnabled(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  80. def isStarted(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  81. def isStarting(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  82. def isStopped(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  83. def isStopping(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  84. def isTrustAll(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  85. def isUseCipherSuitesOrder(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  86. def isValidateCerts(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  87. def isValidatePeerCerts(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  88. def loadCRL(arg0: String): Collection[_ <: CRL]
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  89. def loadKeyStore(arg0: Resource): KeyStore
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  90. def loadTrustStore(arg0: Resource): KeyStore
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  91. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. def newPKIXBuilderParameters(arg0: KeyStore, arg1: Collection[_ <: CRL]): PKIXBuilderParameters
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  93. def newPassword(arg0: String): Password
    Definition Classes
    SslContextFactory
  94. def newSSLEngine(arg0: InetSocketAddress): SSLEngine
    Definition Classes
    SslContextFactory
  95. def newSSLEngine(arg0: String, arg1: Int): SSLEngine
    Definition Classes
    SslContextFactory
  96. def newSSLEngine(): SSLEngine
    Definition Classes
    SslContextFactory
  97. def newSslServerSocket(arg0: String, arg1: Int, arg2: Int): SSLServerSocket
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.io.IOException])
  98. def newSslSocket(): SSLSocket
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.io.IOException])
  99. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  100. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  101. def reload(arg0: Consumer[SslContextFactory]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @throws(classOf[java.lang.Exception])
  102. def removeLifeCycleListener(arg0: Listener): Unit
    Definition Classes
    AbstractLifeCycle → LifeCycle
  103. def selectCipherSuites(arg0: Array[String], arg1: Array[String]): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
  104. def selectProtocols(arg0: Array[String], arg1: Array[String]): Unit
    Definition Classes
    SslContextFactory
  105. def setCertAlias(arg0: String): Unit
    Definition Classes
    SslContextFactory
  106. def setCipherComparator(arg0: Comparator[String]): Unit
    Definition Classes
    SslContextFactory
  107. def setCrlPath(arg0: String): Unit
    Definition Classes
    SslContextFactory
  108. def setEnableCRLDP(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  109. def setEnableOCSP(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  110. def setEndpointIdentificationAlgorithm(arg0: String): Unit
    Definition Classes
    SslContextFactory
  111. def setExcludeCipherSuites(arg0: <repeated...>[String]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @transient()
  112. def setExcludeProtocols(arg0: <repeated...>[String]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @transient()
  113. def setHostnameVerifier(arg0: HostnameVerifier): Unit
    Definition Classes
    SslContextFactory
  114. def setIncludeCipherSuites(arg0: <repeated...>[String]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @transient()
  115. def setIncludeProtocols(arg0: <repeated...>[String]): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @transient()
  116. def setKeyManagerFactoryAlgorithm(arg0: String): Unit
    Definition Classes
    SslContextFactory
  117. def setKeyManagerPassword(arg0: String): Unit
    Definition Classes
    SslContextFactory
  118. def setKeyStore(arg0: KeyStore): Unit
    Definition Classes
    SslContextFactory
  119. def setKeyStorePassword(arg0: String): Unit
    Definition Classes
    SslContextFactory
  120. def setKeyStorePath(arg0: String): Unit
    Definition Classes
    SslContextFactory
  121. def setKeyStoreProvider(arg0: String): Unit
    Definition Classes
    SslContextFactory
  122. def setKeyStoreResource(arg0: Resource): Unit
    Definition Classes
    SslContextFactory
  123. def setKeyStoreType(arg0: String): Unit
    Definition Classes
    SslContextFactory
  124. def setMaxCertPathLength(arg0: Int): Unit
    Definition Classes
    SslContextFactory
  125. def setOcspResponderURL(arg0: String): Unit
    Definition Classes
    SslContextFactory
  126. def setPkixCertPathChecker(arg0: PKIXCertPathChecker): Unit
    Definition Classes
    SslContextFactory
  127. def setProtocol(arg0: String): Unit
    Definition Classes
    SslContextFactory
  128. def setProvider(arg0: String): Unit
    Definition Classes
    SslContextFactory
  129. def setRenegotiationAllowed(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  130. def setRenegotiationLimit(arg0: Int): Unit
    Definition Classes
    SslContextFactory
  131. def setSecureRandomAlgorithm(arg0: String): Unit
    Definition Classes
    SslContextFactory
  132. def setSessionCachingEnabled(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  133. def setSslContext(arg0: SSLContext): Unit
    Definition Classes
    SslContextFactory
  134. def setSslSessionCacheSize(arg0: Int): Unit
    Definition Classes
    SslContextFactory
  135. def setSslSessionTimeout(arg0: Int): Unit
    Definition Classes
    SslContextFactory
  136. def setStopTimeout(arg0: Long): Unit
    Definition Classes
    AbstractLifeCycle
  137. def setTrustAll(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  138. def setTrustManagerFactoryAlgorithm(arg0: String): Unit
    Definition Classes
    SslContextFactory
  139. def setTrustStore(arg0: KeyStore): Unit
    Definition Classes
    SslContextFactory
  140. def setTrustStorePassword(arg0: String): Unit
    Definition Classes
    SslContextFactory
  141. def setTrustStorePath(arg0: String): Unit
    Definition Classes
    SslContextFactory
  142. def setTrustStoreProvider(arg0: String): Unit
    Definition Classes
    SslContextFactory
  143. def setTrustStoreResource(arg0: Resource): Unit
    Definition Classes
    SslContextFactory
  144. def setTrustStoreType(arg0: String): Unit
    Definition Classes
    SslContextFactory
  145. def setUseCipherSuitesOrder(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  146. def setValidateCerts(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  147. def setValidatePeerCerts(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
  148. final def start(): Unit
    Definition Classes
    AbstractLifeCycle → LifeCycle
    Annotations
    @throws(classOf[java.lang.Exception])
  149. final def stop(): Unit
    Definition Classes
    AbstractLifeCycle → LifeCycle
    Annotations
    @throws(classOf[java.lang.Exception])
  150. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  151. def toString(): String
    Definition Classes
    SslContextFactory → AbstractLifeCycle → AnyRef → Any
  152. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  153. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  154. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def getNeedClientAuth(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute() @Deprecated
    Deprecated
  2. def getWantClientAuth(): Boolean
    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute() @Deprecated
    Deprecated
  3. def newSniX509ExtendedKeyManager(arg0: X509ExtendedKeyManager): X509ExtendedKeyManager
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @Deprecated
    Deprecated
  4. def processIncludeCipherSuites(arg0: Array[String], arg1: List[String]): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @Deprecated
    Deprecated
  5. def removeExcludedCipherSuites(arg0: List[String]): Unit
    Attributes
    protected[ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @Deprecated
    Deprecated
  6. def setNeedClientAuth(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @Deprecated
    Deprecated
  7. def setWantClientAuth(arg0: Boolean): Unit
    Definition Classes
    SslContextFactory
    Annotations
    @Deprecated
    Deprecated

Inherited from SslContextFactory

Inherited from Dumpable

Inherited from AbstractLifeCycle

Inherited from LifeCycle

Inherited from AnyRef

Inherited from Any

Ungrouped