Class JsonRpcSslContextProvider
java.lang.Object
net.minecraft.server.jsonrpc.security.JsonRpcSslContextProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.handler.ssl.SslContextcreateFrom(String keystorePath, String keystorePasswordFromServerProperties) private static StringgetKeystorePassword(String keystorePasswordFromServerProperties) private static io.netty.handler.ssl.SslContextloadKeystoreFromPath(File keyStoreFile, String password) static void
-
Field Details
-
PASSWORD_ENV_VARIABLE_KEY
- See Also:
-
PASSWORD_SYSTEM_PROPERTY_KEY
- See Also:
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
JsonRpcSslContextProvider
public JsonRpcSslContextProvider()
-
-
Method Details
-
createFrom
-
getKeystorePassword
-
loadKeystoreFromPath
-
printInstructions
public static void printInstructions()
-