jdk/src/java.base/share/classes/sun/security/x509/IssuingDistributionPointExtension.java
changeset 26967 c182469301ee
parent 25859 3317bb8137f4
child 30649 e7cc8f48f616
equal deleted inserted replaced
26966:580934a3052b 26967:c182469301ee
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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
    44  * certificates only, CA certificates only, attribute certificates only,
    44  * certificates only, CA certificates only, attribute certificates only,
    45  * or a limited set of reason codes.
    45  * or a limited set of reason codes.
    46  *
    46  *
    47  * <p>
    47  * <p>
    48  * The extension is defined in Section 5.2.5 of
    48  * The extension is defined in Section 5.2.5 of
    49  * <a href="http://www.ietf.org/rfc/rfc3280.txt">Internet X.509 PKI Certific
    49  * <a href="http://tools.ietf.org/html/rfc5280">Internet X.509 PKI Certific
    50 ate and Certificate Revocation List (CRL) Profile</a>.
    50 ate and Certificate Revocation List (CRL) Profile</a>.
    51  *
    51  *
    52  * <p>
    52  * <p>
    53  * Its ASN.1 definition is as follows:
    53  * Its ASN.1 definition is as follows:
    54  * <pre>
    54  * <pre>