Class TrustedCertificateAndIssuer


  • public final class TrustedCertificateAndIssuer
    extends Object
    A certificate and its issuer, already determined to be trusted. This class is never instantiated unless the certificate and issuer has been validated as trusted.
    • Field Detail

      • certificate

        public final X509Certificate certificate
        The trusted certificate.
      • ocspLookupRequest

        public final Optional<OcspLookupRequest> ocspLookupRequest
        The OCSP lookup request for the certificate, if possible to resolve, which may be used to perform an OCSP-lookup for this certificate.