SSLTools library for java
This library allows you to manage X.509 Certificates, Private Keys, Certificate Requests and Certificate Chains in Java.
- Create Certificate Requests (KEY + CSR)
- Extract detailed information from a X.509 Certificate
- Convert from PEM to DER and from DER to PEM
- Order Certificate Chains
- Oracle Java 8 (because of
sun.security.pkcs10.PKCS10
dependency)
Files: *
Copyright: 2016 Mendix bv
License: GPL-2+
Files: src/main/java/com/mendix/ssltools/PrivateKeyReader.java
Copyright: 1998-2010 AOL Inc.
License: Apache License, Version 2.0