jdk/src/java.base/share/classes/javax/security/auth/x500/package-info.java
changeset 26967 c182469301ee
parent 25859 3317bb8137f4
equal deleted inserted replaced
26966:580934a3052b 26967:c182469301ee
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 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
    29  * <i>Subject</i>.
    29  * <i>Subject</i>.
    30  *
    30  *
    31  * <h2>Package Specification</h2>
    31  * <h2>Package Specification</h2>
    32  *
    32  *
    33  * <ul>
    33  * <ul>
    34  *   <li><a href="http://www.ietf.org/rfc/rfc1779.txt">
    34  *   <li><a href="http://tools.ietf.org/html/rfc1779">
    35  *     RFC 1779: A String Representation of Distinguished Names</a></li>
    35  *     RFC 1779: A String Representation of Distinguished Names</a></li>
    36  *   <li><a href="http://www.ietf.org/rfc/rfc2253.txt">
    36  *   <li><a href="http://tools.ietf.org/html/rfc2253">
    37  *     RFC 2253: Lightweight Directory Access Protocol (v3):
    37  *     RFC 2253: Lightweight Directory Access Protocol (v3):
    38  *     UTF-8 String Representation of Distinguished Names</a></li>
    38  *     UTF-8 String Representation of Distinguished Names</a></li>
    39  *   <li><a href="http://www.ietf.org/rfc/rfc3280.txt">
    39  *   <li><a href="http://tools.ietf.org/html/rfc5280">
    40  *     RFC 3280: Internet X.509 Public Key Infrastructure
    40  *     RFC 5280: Internet X.509 Public Key Infrastructure
    41  *     Certificate and Certificate Revocation List (CRL) Profile</a></li>
    41  *     Certificate and Certificate Revocation List (CRL) Profile</a></li>
    42  *   <li><a href="http://www.ietf.org/rfc/rfc4512.txt">
    42  *   <li><a href="http://tools.ietf.org/html/rfc4512">
    43  *     RFC 4512: Lightweight Directory Access Protocol (LDAP):
    43  *     RFC 4512: Lightweight Directory Access Protocol (LDAP):
    44  *     Directory Information Models</a></li>
    44  *     Directory Information Models</a></li>
    45  * </ul>
    45  * </ul>
    46  *
    46  *
    47  * @since 1.4
    47  * @since 1.4