Package com.intuit.karate.http.cert
Class SelfSignedCertGenerator
- java.lang.Object
-
- com.intuit.karate.http.cert.SelfSignedCertGenerator
-
public final class SelfSignedCertGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description SelfSignedCertGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetCertificate()FilegetPrivateKey()
-
-
-
Constructor Detail
-
SelfSignedCertGenerator
public SelfSignedCertGenerator() throws CertificateException- Throws:
CertificateException
-
-