|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrustEngine | |
| com.dstc.security.ssl | Provides configurable SSLSocket and SSLServerSocket factories. |
| Uses of TrustEngine in com.dstc.security.ssl |
| Subclasses of TrustEngine in com.dstc.security.ssl | |
class |
BasicTrustEngine
A simple TrustEngine that does basic cert-path processing. |
| Methods in com.dstc.security.ssl with parameters of type TrustEngine | |
static SSLServerSocketFactory |
SSLServerSocketFactory.getInstance(SecureRandom rand,
PrivateKey priv,
X509Certificate[] certs,
TrustEngine trustEngine,
String[] suites)
Create a new SSLServerSocketFactory. |
static SSLServerSocketFactory |
SSLServerSocketFactory.getInstance(SecureRandom rand,
PrivateKey priv,
X509Certificate[] certs,
TrustEngine trustEngine,
String[] suites,
int cacheLimit,
int lifetime)
Create a new SSLServerSocketFactory, with specific parameters for its session cache. |
static SSLSocketFactory |
SSLSocketFactory.getInstance(SecureRandom rand,
PrivateKey priv,
X509Certificate[] certs,
TrustEngine trustEngine,
String[] suites)
Create a new SSLSocketFactory. |
static SSLSocketFactory |
SSLSocketFactory.getInstance(SecureRandom rand,
PrivateKey priv,
X509Certificate[] certs,
TrustEngine trustEngine,
String[] suites,
int cacheLimit,
int lifetime)
Create a new SSLSocketFactory, with specific parameters for its session cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||