Class

blended.jetty.boot

DelegatingSslContextFactory

Related Doc: package boot

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DelegatingSslContextFactory()

    Permalink

Type Members

  1. class AliasSNIMatcher extends SNIMatcher

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

    Permalink
    Attributes
    private[org.eclipse.jetty.util.ssl]
    Definition Classes
    SslContextFactory

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addExcludeCipherSuites(arg0: <repeated...>[String]): Unit

    Permalink
    Definition Classes
    SslContextFactory
  5. def addExcludeProtocols(arg0: <repeated...>[String]): Unit

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

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    SslContextFactory
  11. def doStart(): Unit

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

    Permalink
    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

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

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

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

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

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

    Permalink
    Definition Classes
    SslContextFactory
  19. def getCertAlias(): String

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SslContextFactory
  31. def getKeyStorePath(): String

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

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

    Permalink
    Definition Classes
    SslContextFactory
  34. def getKeyStoreType(): String

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

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

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

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

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

    Permalink
    Definition Classes
    SslContextFactory
  40. def getProtocol(): String

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

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

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

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

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

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

    Permalink
    Definition Classes
    SslContextFactory
  47. def getSslSessionCacheSize(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    SslContextFactory
  54. def getTrustStorePath(): String

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

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

    Permalink
    Definition Classes
    SslContextFactory
  57. def getTrustStoreType(): String

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

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

    Permalink
    Definition Classes
    SslContextFactory
  60. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    Any
  65. def isRenegotiationAllowed(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SslContextFactory
  84. def newSSLEngine(): SSLEngine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  142. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SslContextFactory

Inherited from Dumpable

Inherited from AbstractLifeCycle

Inherited from LifeCycle

Inherited from AnyRef

Inherited from Any

Ungrouped