Class CompositeTrustManager

java.lang.Object
org.consensusj.jsonrpc.CompositeTrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class CompositeTrustManager extends Object implements X509TrustManager
A Trust Manager that adds a second trust store (key store) to the default trust store. See: https://stackoverflow.com/questions/48790981/load-java-trust-store-at-runtime-after-jvm-have-been-launched/58695061#58695061