io.gatling.recorder.http

ssl

package ssl

Visibility
  1. Public
  2. All

Type Members

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

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

  3. sealed abstract class HttpsMode extends Labelled with ClassSimpleNameToString

  4. class KeyManagerDelegate extends X509ExtendedKeyManager with StrictLogging

    Instructs to send server certificate according to the alias

  5. sealed abstract class KeyStoreType extends Labelled with ClassSimpleNameToString

  6. sealed trait SSLServerContext extends AnyRef

  7. class TrustManagerFactory extends TrustManagerFactorySpi

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

Value Members

  1. object HttpsMode extends Product with Serializable

  2. object KeyStoreType

  3. object SSLCertUtil extends StrictLogging

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

  4. object SSLClientContext

  5. object SSLServerContext

  6. object TrustManagerFactory

Ungrouped