Simple implementation of a cert-path store. This implementation is in-memory and will obviously lose certificate chains when the server is shut down. It will also not share stored data among several instances of the server. Replace this implementation by injecting a new {@link CertPathStore} usingGuice.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.