Class TidyOptions


  • public class TidyOptions
    extends Object
    Options for tidying up the engine's storage.
    • Field Detail

      • tidyCertStore

        public Boolean tidyCertStore
        Tidy up the certificate store?
      • tidyRevokedCerts

        public Boolean tidyRevokedCerts
        Tidy up the revoked certificates?
      • safetyBuffer

        public String safetyBuffer
        A duration used as a safety buffer to ensure certificates are not expunged prematurely; as an example, this can keep certificates from being removed from the CRL that, due to clock skew, might still be considered valid on other hosts.

        Value is specified as a string duration with time suffix. Hour is the largest supported suffix.

    • Constructor Detail

      • TidyOptions

        public TidyOptions()