Class RevocationFetcher

    • Method Detail

      • fetch

        public static RevocationFetcher.Result fetch​(java.security.cert.Certificate[] chain,
                                                     LtvOptions options)
        Fetches revocation evidence for every certificate in chain (index 0 = the signing certificate, each subsequent entry its issuer), per options. Never throws: any failure for an individual certificate/source is recorded in RevocationFetcher.Result.getWarnings() and fetching continues with the rest, so one unreachable CA doesn't block the whole operation.