jdk/src/java.base/share/classes/java/security/cert/X509CRL.java
changeset 26967 c182469301ee
parent 25859 3317bb8137f4
child 44476 e275cd2f9319
child 45434 4582657c7260
equal deleted inserted replaced
26966:580934a3052b 26967:c182469301ee
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, 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
    67  *     signatureAlgorithm   AlgorithmIdentifier,
    67  *     signatureAlgorithm   AlgorithmIdentifier,
    68  *     signature            BIT STRING  }
    68  *     signature            BIT STRING  }
    69  * </pre>
    69  * </pre>
    70  * <p>
    70  * <p>
    71  * More information can be found in
    71  * More information can be found in
    72  * <a href="http://www.ietf.org/rfc/rfc3280.txt">RFC 3280: Internet X.509
    72  * <a href="http://tools.ietf.org/html/rfc5280">RFC 5280: Internet X.509
    73  * Public Key Infrastructure Certificate and CRL Profile</a>.
    73  * Public Key Infrastructure Certificate and CRL Profile</a>.
    74  * <p>
    74  * <p>
    75  * The ASN.1 definition of {@code tbsCertList} is:
    75  * The ASN.1 definition of {@code tbsCertList} is:
    76  * <pre>
    76  * <pre>
    77  * TBSCertList  ::=  SEQUENCE  {
    77  * TBSCertList  ::=  SEQUENCE  {