jdk/src/java.base/share/classes/java/security/cert/PKIXReason.java
changeset 26967 c182469301ee
parent 25859 3317bb8137f4
equal deleted inserted replaced
26966:580934a3052b 26967:c182469301ee
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 package java.security.cert;
    26 package java.security.cert;
    27 
    27 
    28 /**
    28 /**
    29  * The {@code PKIXReason} enumerates the potential PKIX-specific reasons
    29  * The {@code PKIXReason} enumerates the potential PKIX-specific reasons
    30  * that an X.509 certification path may be invalid according to the PKIX
    30  * that an X.509 certification path may be invalid according to the PKIX
    31  * (RFC 3280) standard. These reasons are in addition to those of the
    31  * (RFC 5280) standard. These reasons are in addition to those of the
    32  * {@code CertPathValidatorException.BasicReason} enumeration.
    32  * {@code CertPathValidatorException.BasicReason} enumeration.
    33  *
    33  *
    34  * @since 1.7
    34  * @since 1.7
    35  */
    35  */
    36 public enum PKIXReason implements CertPathValidatorException.Reason {
    36 public enum PKIXReason implements CertPathValidatorException.Reason {