Package

io.gatling.recorder.http

ssl

Permalink

package ssl

Visibility
  1. Public
  2. All

Type Members

  1. case class CA(cert: X509Certificate, privKey: PrivateKey) extends Product with Serializable

    Permalink
  2. case class CSR(cert: PKCS10CertificationRequest, privKey: PrivateKey) extends Product with Serializable

    Permalink
  3. sealed abstract class HttpsMode extends Labelled with ClassSimpleNameToString

    Permalink
  4. class KeyManagerDelegate extends X509ExtendedKeyManager with StrictLogging

    Permalink

    Instructs to send server certificate according to the alias

  5. sealed abstract class KeyStoreType extends Labelled with ClassSimpleNameToString

    Permalink
  6. sealed trait SSLServerContext extends AnyRef

    Permalink
  7. class TrustManagerFactory extends TrustManagerFactorySpi

    Permalink

    Bogus TrustManagerFactorySpi which accepts any certificate even if it is invalid.

Value Members

  1. object HttpsMode extends Product with Serializable

    Permalink
  2. object KeyStoreType

    Permalink
  3. object SSLCertUtil extends StrictLogging

    Permalink

    Utility class to create SSL server certificate on the fly for the recorder keystore

  4. object SSLClientContext

    Permalink
  5. object SSLServerContext

    Permalink
  6. object TrustManagerFactory

    Permalink

Ungrouped