public class SSLContextFactoryImpl extends Object implements SSLContextFactory
Constructor and Description |
---|
SSLContextFactoryImpl(String keyManagerAlgorithmName,
String trustManagerAlgorithmName) |
Modifier and Type | Method and Description |
---|---|
SSLContext |
newSSLContext(KeyStore keyStore) |
public SSLContext newSSLContext(KeyStore keyStore) throws NoSuchAlgorithmException, UnrecoverableKeyException, KeyStoreException, KeyManagementException
newSSLContext
in interface SSLContextFactory
NoSuchAlgorithmException
UnrecoverableKeyException
KeyStoreException
KeyManagementException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.