@Deprecated public class SSLContextFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
SSLContext |
create(String x509Certificates,
String rsaPrivateKey)
Deprecated.
Creates a SSLContext which can be used to parameterize your Rest client, in
order to support mutual TLS.
|
static SSLContextFactory |
getInstance()
Deprecated.
|
public static SSLContextFactory getInstance()
public SSLContext create(String x509Certificates, String rsaPrivateKey) throws GeneralSecurityException, IOException
x509Certificates, - you can get from your Service ConfigurationrsaPrivateKey, - you can get from your Service ConfigurationGeneralSecurityExceptionIOExceptionCopyright © 2020. All rights reserved.