public class SelfSignedSslEngineSource extends Object implements SslEngineSource
SslEngineSource for testing. The SSLContext uses
self-signed certificates that are generated lazily if the given key store
file doesn't yet exist.| Constructor and Description |
|---|
SelfSignedSslEngineSource() |
SelfSignedSslEngineSource(boolean trustAllServers) |
SelfSignedSslEngineSource(boolean trustAllServers,
boolean sendCerts) |
SelfSignedSslEngineSource(String keyStorePath) |
SelfSignedSslEngineSource(String keyStorePath,
boolean trustAllServers,
boolean sendCerts) |
public SelfSignedSslEngineSource(String keyStorePath, boolean trustAllServers, boolean sendCerts)
public SelfSignedSslEngineSource(String keyStorePath)
public SelfSignedSslEngineSource(boolean trustAllServers)
public SelfSignedSslEngineSource(boolean trustAllServers,
boolean sendCerts)
public SelfSignedSslEngineSource()
public SSLEngine newSslEngine()
newSslEngine in interface SslEngineSourcepublic SSLContext getSslContext()
Copyright © 2009-2013 LittleShoot. All Rights Reserved.