public interface CertificateInfoGenerator
ImpersonatingMitmManager.| Modifier and Type | Method and Description |
|---|---|
CertificateInfo |
generate(List<String> hostnames,
X509Certificate originalCertificate)
Generate a certificate for the specified hostnames, optionally using parameters from the originalCertificate.
|
CertificateInfo generate(List<String> hostnames, X509Certificate originalCertificate)
hostnames - the hostnames to generate the certificate for, which may include wildcardsoriginalCertificate - original X.509 certificate sent by the upstream server, which may be nullCopyright © 2017. All rights reserved.