jdk/src/java.base/share/classes/sun/security/x509/X509CRLImpl.java
changeset 26967 c182469301ee
parent 25859 3317bb8137f4
child 30374 2abaf49910ea
equal deleted inserted replaced
26966:580934a3052b 26967:c182469301ee
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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
    61  *     tbsCertList          TBSCertList,
    61  *     tbsCertList          TBSCertList,
    62  *     signatureAlgorithm   AlgorithmIdentifier,
    62  *     signatureAlgorithm   AlgorithmIdentifier,
    63  *     signature            BIT STRING  }
    63  *     signature            BIT STRING  }
    64  * </pre>
    64  * </pre>
    65  * More information can be found in
    65  * More information can be found in
    66  * <a href="http://www.ietf.org/rfc/rfc3280.txt">RFC 3280: Internet X.509
    66  * <a href="http://tools.ietf.org/html/rfc5280">RFC 5280: Internet X.509
    67  * Public Key Infrastructure Certificate and CRL Profile</a>.
    67  * Public Key Infrastructure Certificate and CRL Profile</a>.
    68  * <p>
    68  * <p>
    69  * The ASN.1 definition of <code>tbsCertList</code> is:
    69  * The ASN.1 definition of <code>tbsCertList</code> is:
    70  * <pre>
    70  * <pre>
    71  * TBSCertList  ::=  SEQUENCE  {
    71  * TBSCertList  ::=  SEQUENCE  {