Uses of Class
io.hyperfoil.http.config.HttpBuilder.TrustManagerBuilder
-
Packages that use HttpBuilder.TrustManagerBuilder Package Description io.hyperfoil.http.config -
-
Uses of HttpBuilder.TrustManagerBuilder in io.hyperfoil.http.config
Methods in io.hyperfoil.http.config that return HttpBuilder.TrustManagerBuilder Modifier and Type Method Description HttpBuilder.TrustManagerBuilderHttpBuilder.TrustManagerBuilder. certBytes(byte[] certBytes)HttpBuilder.TrustManagerBuilderHttpBuilder.TrustManagerBuilder. certFile(java.lang.String certFile)HttpBuilder.TrustManagerBuilderHttpBuilder.TrustManagerBuilder. password(java.lang.String password)HttpBuilder.TrustManagerBuilderHttpBuilder.TrustManagerBuilder. storeBytes(byte[] storeBytes)HttpBuilder.TrustManagerBuilderHttpBuilder.TrustManagerBuilder. storeFile(java.lang.String filename)HttpBuilder.TrustManagerBuilderHttpBuilder.TrustManagerBuilder. storeType(java.lang.String type)HttpBuilder.TrustManagerBuilderHttpBuilder. trustManager()
-