src/share/classes/java/security/cert/PKIXReason.java

Print this page

        

*** 24,37 **** */ package java.security.cert; /** ! * The <code>PKIXReason</code> enumerates the potential PKIX-specific reasons * that an X.509 certification path may be invalid according to the PKIX * (RFC 3280) standard. These reasons are in addition to those of the ! * <code>CertPathValidatorException.BasicReason</code> enumeration. * * @since 1.7 */ public enum PKIXReason implements CertPathValidatorException.Reason { /** --- 24,37 ---- */ package java.security.cert; /** ! * The {@code PKIXReason} enumerates the potential PKIX-specific reasons * that an X.509 certification path may be invalid according to the PKIX * (RFC 3280) standard. These reasons are in addition to those of the ! * {@code CertPathValidatorException.BasicReason} enumeration. * * @since 1.7 */ public enum PKIXReason implements CertPathValidatorException.Reason { /**