|
CryptoPro JTLS. Public API. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.net.ServerSocketFactory
javax.net.ssl.SSLServerSocketFactory
ru.CryptoPro.ssl.SSLTCServerSocketFactory
SSLTCServerSocketFactory
s create SSLTCServerSocket
s.
SSLTCSocket
,
SSLTCServerSocket
Method Summary | |
static javax.net.ServerSocketFactory |
getDefault()
Returns the default SSL server socket factory. |
abstract java.lang.String[] |
getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default. |
abstract java.lang.String[] |
getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory. |
Methods inherited from class javax.net.ServerSocketFactory |
createServerSocket, createServerSocket, createServerSocket, createServerSocket |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static javax.net.ServerSocketFactory getDefault()
If SSL has not been configured properly for this virtual machine, the factory will be inoperative (use of which will report instantiation exceptions).
ServerSocketFactory
public abstract java.lang.String[] getDefaultCipherSuites()
getSupportedCipherSuites()
public abstract java.lang.String[] getSupportedCipherSuites()
getDefaultCipherSuites()
|
Copyright Crypto-Pro. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |