jdk/src/share/classes/java/security/cert/PKIXRevocationChecker.java
changeset 14014 da3648e13e67
parent 12860 9ffbd4e43413
child 14402 424f3f23f1da
equal deleted inserted replaced
14013:10f55dd791e1 14014:da3648e13e67
    48  *
    48  *
    49  * <p>Each {@code PKIXRevocationChecker} must be able to check the revocation
    49  * <p>Each {@code PKIXRevocationChecker} must be able to check the revocation
    50  * status of certificates with OCSP and CRLs. By default, OCSP is the
    50  * status of certificates with OCSP and CRLs. By default, OCSP is the
    51  * preferred mechanism for checking revocation status, with CRLs as the
    51  * preferred mechanism for checking revocation status, with CRLs as the
    52  * fallback mechanism. However, this preference can be switched to CRLs with
    52  * fallback mechanism. However, this preference can be switched to CRLs with
    53  * the {@link Option.PREFER_CRLS} option.
    53  * the {@link Option#PREFER_CRLS PREFER_CRLS} option.
    54  *
    54  *
    55  * <p>A {@code PKIXRevocationChecker} is obtained by calling the
    55  * <p>A {@code PKIXRevocationChecker} is obtained by calling the
    56  * {@link CertPathValidator#getRevocationChecker getRevocationChecker} method
    56  * {@link CertPathValidator#getRevocationChecker getRevocationChecker} method
    57  * of a PKIX {@code CertPathValidator}. Additional parameters and options
    57  * of a PKIX {@code CertPathValidator}. Additional parameters and options
    58  * specific to revocation can be set (by calling {@link #setOCSPResponder}
    58  * specific to revocation can be set (by calling {@link #setOCSPResponder}