|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.net.ssl.SSLContextSpi
Constructor Summary | |
SSLContextSpi()
|
Method Summary | |
protected abstract SSLServerSocketFactory |
engineGetServerSocketFactory()
Returns a ServerSocketFactory object for
this context. |
protected abstract SSLSocketFactory |
engineGetSocketFactory()
Returns a SocketFactory object for this
context. |
protected abstract void |
engineInit(KeyManager[] ah,
TrustManager[] th,
java.security.SecureRandom sr)
Initializes this context. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SSLContextSpi()
Method Detail |
protected abstract void engineInit(KeyManager[] ah, TrustManager[] th, java.security.SecureRandom sr) throws java.security.KeyManagementException
km
- the sources of authentication keystm
- the sources of peer authentication trust decisionsrandom
- the source of randomness for this generatorprotected abstract SSLSocketFactory engineGetSocketFactory()
SocketFactory
object for this
context.protected abstract SSLServerSocketFactory engineGetServerSocketFactory()
ServerSocketFactory
object for
this context.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |