public class SSLContextFactory extends Object
Constructor and Description |
---|
SSLContextFactory(TlsProperties properties) |
Modifier and Type | Method and Description |
---|---|
KeyStore |
createKeyStore() |
SSLContext |
createSSLContext() |
KeyStore |
createTrustStore() |
public SSLContextFactory(TlsProperties properties)
public SSLContext createSSLContext() throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
public KeyStore createKeyStore() throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
public KeyStore createTrustStore() throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.