jdk/src/java.base/share/classes/sun/security/x509/DeltaCRLIndicatorExtension.java
changeset 26967 c182469301ee
parent 25859 3317bb8137f4
equal deleted inserted replaced
26966:580934a3052b 26967:c182469301ee
     1 /*
     1 /*
     2  * Copyright (c) 2005, 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
    43  * given scope, that was used as the starting point in the generation of
    43  * given scope, that was used as the starting point in the generation of
    44  * this delta CRL.
    44  * this delta CRL.
    45  *
    45  *
    46  * <p>
    46  * <p>
    47  * The extension is defined in Section 5.2.4 of
    47  * The extension is defined in Section 5.2.4 of
    48  * <a href="http://www.ietf.org/rfc/rfc3280.txt">Internet X.509 PKI Certific
    48  * <a href="http://tools.ietf.org/html/rfc5280">Internet X.509 PKI Certific
    49 ate and Certificate Revocation List (CRL) Profile</a>.
    49 ate and Certificate Revocation List (CRL) Profile</a>.
    50  *
    50  *
    51  * <p>
    51  * <p>
    52  * Its ASN.1 definition is as follows:
    52  * Its ASN.1 definition is as follows:
    53  * <pre>
    53  * <pre>