java.lang.Object
org.miaixz.bus.socket.secure.ssl.factory.ServerSSLContextFactory
- All Implemented Interfaces:
SSLContextFactory
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
ConstructorsConstructorDescriptionServerSSLContextFactory(InputStream keyStoreInputStream, String keyStorePassword, String keyPassword) -
Method Summary
-
Constructor Details
-
ServerSSLContextFactory
public ServerSSLContextFactory(InputStream keyStoreInputStream, String keyStorePassword, String keyPassword)
-
-
Method Details
-
create
- Specified by:
createin interfaceSSLContextFactory- Throws:
Exception
-