Class CertificateAmendment


  • public final class CertificateAmendment
    extends Object
    Class to add missing root certificates to the list of trusted certificates for TLS connections. The added certificates are deemed trustworthy by the main web browsers and operating systems, but not included in some distributions of Java. The certificates are added in-memory at each start, nothing is written to disk.
    Since:
    9995