blended.jetty.boot

DelegatingSslContextFactory

class DelegatingSslContextFactory extends SslContextFactory

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DelegatingSslContextFactory()

Type Members

  1. class AliasSNIMatcher extends SNIMatcher

    Attributes
    private[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
  2. class Factory extends AnyRef

    Attributes
    private[org.eclipse.jetty.util.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
  5. def addExcludeProtocols(arg0: <repeated...>[String]): Unit

    Definition Classes
    SslContextFactory
  6. def addLifeCycleListener(arg0: Listener): Unit

    Definition Classes
    AbstractLifeCycle → LifeCycle
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def customize(arg0: SSLParameters): SSLParameters

    Definition Classes
    SslContextFactory
  10. def customize(arg0: SSLEngine): Unit

    Definition Classes
    SslContextFactory
  11. def doStart(): Unit

    Definition Classes
    DelegatingSslContextFactory → SslContextFactory → AbstractLifeCycle
  12. def doStop(): Unit

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory → AbstractLifeCycle
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def dump(arg0: Appendable, arg1: String): Unit

    Definition Classes
    SslContextFactory → Dumpable
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def dump(): String

    Definition Classes
    SslContextFactory → Dumpable
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getAliases(): Set[String]

    Definition Classes
    SslContextFactory
  19. def getCertAlias(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  20. def getCipherComparator(): Comparator[String]

    Definition Classes
    SslContextFactory
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getCrlPath(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  23. def getEndpointIdentificationAlgorithm(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  24. def getExcludeCipherSuites(): Array[String]

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  25. def getExcludeProtocols(): Array[String]

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  26. def getIncludeCipherSuites(): Array[String]

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  27. def getIncludeProtocols(): Array[String]

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  28. def getKeyManagerFactoryAlgorithm(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  29. def getKeyManagers(arg0: KeyStore): Array[KeyManager]

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def getKeyStore(): KeyStore

    Definition Classes
    SslContextFactory
  31. def getKeyStorePath(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  32. def getKeyStoreProvider(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  33. def getKeyStoreResource(): Resource

    Definition Classes
    SslContextFactory
  34. def getKeyStoreType(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  35. def getMaxCertPathLength(): Int

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  36. def getNeedClientAuth(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  37. def getOcspResponderURL(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  38. def getPassword(arg0: String): Password

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
  39. def getPkixCertPathChecker(): PKIXCertPathChecker

    Definition Classes
    SslContextFactory
  40. def getProtocol(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  41. def getProvider(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  42. def getRenegotiationLimit(): Int

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  43. def getSecureRandomAlgorithm(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  44. def getSelectedCipherSuites(): Array[String]

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  45. def getSelectedProtocols(): Array[String]

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  46. def getSslContext(): SSLContext

    Definition Classes
    SslContextFactory
  47. def getSslSessionCacheSize(): Int

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  48. def getSslSessionTimeout(): Int

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  49. def getState(): String

    Definition Classes
    AbstractLifeCycle
    Annotations
    @ManagedAttribute()
  50. def getStopTimeout(): Long

    Definition Classes
    AbstractLifeCycle
    Annotations
    @ManagedAttribute()
  51. def getTrustManagerFactoryAlgorithm(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  52. def getTrustManagers(arg0: KeyStore, arg1: Collection[_ <: CRL]): Array[TrustManager]

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  53. def getTrustStore(): KeyStore

    Definition Classes
    SslContextFactory
  54. def getTrustStorePath(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  55. def getTrustStoreProvider(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  56. def getTrustStoreResource(): Resource

    Definition Classes
    SslContextFactory
  57. def getTrustStoreType(): String

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  58. def getWantClientAuth(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  59. def getX509(arg0: String): X509

    Definition Classes
    SslContextFactory
  60. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  61. def isEnableCRLDP(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  62. def isEnableOCSP(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  63. def isFailed(): Boolean

    Definition Classes
    AbstractLifeCycle → LifeCycle
  64. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  65. def isRenegotiationAllowed(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  66. def isRunning(): Boolean

    Definition Classes
    AbstractLifeCycle → LifeCycle
  67. def isSessionCachingEnabled(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  68. def isStarted(): Boolean

    Definition Classes
    AbstractLifeCycle → LifeCycle
  69. def isStarting(): Boolean

    Definition Classes
    AbstractLifeCycle → LifeCycle
  70. def isStopped(): Boolean

    Definition Classes
    AbstractLifeCycle → LifeCycle
  71. def isStopping(): Boolean

    Definition Classes
    AbstractLifeCycle → LifeCycle
  72. def isTrustAll(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  73. def isUseCipherSuitesOrder(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  74. def isValidateCerts(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  75. def isValidatePeerCerts(): Boolean

    Definition Classes
    SslContextFactory
    Annotations
    @ManagedAttribute()
  76. def loadCRL(arg0: String): Collection[_ <: CRL]

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  77. def loadKeyStore(arg0: Resource): KeyStore

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  78. def loadTrustStore(arg0: Resource): KeyStore

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  79. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  80. def newPKIXBuilderParameters(arg0: KeyStore, arg1: Collection[_ <: CRL]): PKIXBuilderParameters

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  81. def newPassword(arg0: String): Password

    Definition Classes
    SslContextFactory
  82. def newSSLEngine(arg0: InetSocketAddress): SSLEngine

    Definition Classes
    SslContextFactory
  83. def newSSLEngine(arg0: String, arg1: Int): SSLEngine

    Definition Classes
    SslContextFactory
  84. def newSSLEngine(): SSLEngine

    Definition Classes
    SslContextFactory
  85. def newSslServerSocket(arg0: String, arg1: Int, arg2: Int): SSLServerSocket

    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  86. def newSslSocket(): SSLSocket

    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  87. final def notify(): Unit

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

    Definition Classes
    AnyRef
  89. def processIncludeCipherSuites(arg0: Array[String], arg1: List[String]): Unit

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
  90. def reload(arg0: Consumer[SslContextFactory]): Unit

    Definition Classes
    SslContextFactory
    Annotations
    @throws( classOf[java.lang.Exception] )
  91. def removeExcludedCipherSuites(arg0: List[String]): Unit

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
  92. def removeLifeCycleListener(arg0: Listener): Unit

    Definition Classes
    AbstractLifeCycle → LifeCycle
  93. def selectCipherSuites(arg0: Array[String], arg1: Array[String]): Unit

    Attributes
    protected[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory
  94. def selectProtocols(arg0: Array[String], arg1: Array[String]): Unit

    Definition Classes
    SslContextFactory
  95. def setCertAlias(arg0: String): Unit

    Definition Classes
    SslContextFactory
  96. def setCipherComparator(arg0: Comparator[String]): Unit

    Definition Classes
    SslContextFactory
  97. def setCrlPath(arg0: String): Unit

    Definition Classes
    SslContextFactory
  98. def setEnableCRLDP(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  99. def setEnableOCSP(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  100. def setEndpointIdentificationAlgorithm(arg0: String): Unit

    Definition Classes
    SslContextFactory
  101. def setExcludeCipherSuites(arg0: <repeated...>[String]): Unit

    Definition Classes
    SslContextFactory
  102. def setExcludeProtocols(arg0: <repeated...>[String]): Unit

    Definition Classes
    SslContextFactory
  103. def setIncludeCipherSuites(arg0: <repeated...>[String]): Unit

    Definition Classes
    SslContextFactory
  104. def setIncludeProtocols(arg0: <repeated...>[String]): Unit

    Definition Classes
    SslContextFactory
  105. def setKeyManagerFactoryAlgorithm(arg0: String): Unit

    Definition Classes
    SslContextFactory
  106. def setKeyManagerPassword(arg0: String): Unit

    Definition Classes
    SslContextFactory
  107. def setKeyStore(arg0: KeyStore): Unit

    Definition Classes
    SslContextFactory
  108. def setKeyStorePassword(arg0: String): Unit

    Definition Classes
    SslContextFactory
  109. def setKeyStorePath(arg0: String): Unit

    Definition Classes
    SslContextFactory
  110. def setKeyStoreProvider(arg0: String): Unit

    Definition Classes
    SslContextFactory
  111. def setKeyStoreResource(arg0: Resource): Unit

    Definition Classes
    SslContextFactory
  112. def setKeyStoreType(arg0: String): Unit

    Definition Classes
    SslContextFactory
  113. def setMaxCertPathLength(arg0: Int): Unit

    Definition Classes
    SslContextFactory
  114. def setNeedClientAuth(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  115. def setOcspResponderURL(arg0: String): Unit

    Definition Classes
    SslContextFactory
  116. def setPkixCertPathChecker(arg0: PKIXCertPathChecker): Unit

    Definition Classes
    SslContextFactory
  117. def setProtocol(arg0: String): Unit

    Definition Classes
    SslContextFactory
  118. def setProvider(arg0: String): Unit

    Definition Classes
    SslContextFactory
  119. def setRenegotiationAllowed(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  120. def setRenegotiationLimit(arg0: Int): Unit

    Definition Classes
    SslContextFactory
  121. def setSecureRandomAlgorithm(arg0: String): Unit

    Definition Classes
    SslContextFactory
  122. def setSessionCachingEnabled(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  123. def setSslContext(arg0: SSLContext): Unit

    Definition Classes
    SslContextFactory
  124. def setSslSessionCacheSize(arg0: Int): Unit

    Definition Classes
    SslContextFactory
  125. def setSslSessionTimeout(arg0: Int): Unit

    Definition Classes
    SslContextFactory
  126. def setStopTimeout(arg0: Long): Unit

    Definition Classes
    AbstractLifeCycle
  127. def setTrustAll(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  128. def setTrustManagerFactoryAlgorithm(arg0: String): Unit

    Definition Classes
    SslContextFactory
  129. def setTrustStore(arg0: KeyStore): Unit

    Definition Classes
    SslContextFactory
  130. def setTrustStorePassword(arg0: String): Unit

    Definition Classes
    SslContextFactory
  131. def setTrustStorePath(arg0: String): Unit

    Definition Classes
    SslContextFactory
  132. def setTrustStoreProvider(arg0: String): Unit

    Definition Classes
    SslContextFactory
  133. def setTrustStoreResource(arg0: Resource): Unit

    Definition Classes
    SslContextFactory
  134. def setTrustStoreType(arg0: String): Unit

    Definition Classes
    SslContextFactory
  135. def setUseCipherSuitesOrder(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  136. def setValidateCerts(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  137. def setValidatePeerCerts(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  138. def setWantClientAuth(arg0: Boolean): Unit

    Definition Classes
    SslContextFactory
  139. final def start(): Unit

    Definition Classes
    AbstractLifeCycle → LifeCycle
    Annotations
    @throws( classOf[java.lang.Exception] )
  140. final def stop(): Unit

    Definition Classes
    AbstractLifeCycle → LifeCycle
    Annotations
    @throws( classOf[java.lang.Exception] )
  141. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  142. def toString(): String

    Definition Classes
    SslContextFactory → AnyRef → Any
  143. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SslContextFactory

Inherited from Dumpable

Inherited from AbstractLifeCycle

Inherited from LifeCycle

Inherited from AnyRef

Inherited from Any

Ungrouped