class
ConfigSSLContextBuilder extends SSLContextBuilder
Instance Constructors
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
build(): SSLContext
-
-
def
buildCompositeTrustManager(trustManagerInfo: TrustManagerConfig, revocationEnabled: Boolean, revocationLists: Option[Seq[CRL]], algorithmChecker: AlgorithmChecker): CompositeX509TrustManager
-
def
buildKeyManager(ksc: KeyStoreConfig, algorithmChecker: AlgorithmChecker): X509KeyManager
-
def
buildSSLContext(protocol: String, keyManagers: Seq[KeyManager], trustManagers: Seq[TrustManager], secureRandom: Option[SecureRandom]): SSLContext
-
def
buildTrustManager(tsc: TrustStoreConfig, revocationEnabled: Boolean, revocationLists: Option[Seq[CRL]], algorithmChecker: AlgorithmChecker): X509TrustManager
-
def
buildTrustManagerParameters(trustStore: KeyStore, revocationEnabled: Boolean, revocationLists: Option[Seq[CRL]], algorithmChecker: AlgorithmChecker): CertPathTrustManagerParameters
-
def
certificateRevocationList(sslConfig: SSLConfig): Option[Seq[CRL]]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fileBuilder(storeType: String, filePath: String, password: Option[Array[Char]]): KeyStoreBuilder
-
def
finalize(): Unit
-
def
generateCRL(inputStream: InputStream): CRL
-
def
generateCRLFromFile(file: File): CRL
-
def
generateCRLFromURL(url: URL): CRL
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
val
logger: org.slf4j.Logger
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stringBuilder(data: String, password: Option[Array[Char]]): KeyStoreBuilder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
def
validateStore(store: KeyStore, algorithmChecker: AlgorithmChecker): Unit
-
def
validateStoreContainsPrivateKeys(ksc: KeyStoreConfig, keyStore: KeyStore): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
warnOnPKCS12EmptyPasswordBug(ksc: KeyStoreConfig): Boolean
Creates an SSL context builder from info objects.