java.lang.Object
org.miaixz.bus.socket.secure.ssl.factory.PemServerSSLContextFactory
- All Implemented Interfaces:
SSLContextFactory
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
ConstructorsConstructorDescriptionPemServerSSLContextFactory(InputStream fullPem) PemServerSSLContextFactory(InputStream certPem, InputStream keyPem) -
Method Summary
-
Constructor Details
-
PemServerSSLContextFactory
- Throws:
IOException
-
PemServerSSLContextFactory
- Throws:
IOException
-
-
Method Details
-
create
- Specified by:
createin interfaceSSLContextFactory- Throws:
Exception
-