public interface CertificateAndKeySource
CertificateAndKeys, i.e. the root certificate and private key used
to sign impersonated certificates of upstream servers. Implementations of this interface load impersonation materials
from various sources, including Java KeyStores, JKS files, etc., or generate them on-the-fly.| Modifier and Type | Method and Description |
|---|---|
CertificateAndKey |
load()
Loads a certificate and its corresponding private key.
|
CertificateAndKey load()
CertificateAndKey instance).Copyright © 2016. All rights reserved.