src/java.base/share/classes/java/security/spec/package-info.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2018, 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
    40  * DSA algorithm.
    40  * DSA algorithm.
    41  *
    41  *
    42  * <h2>Package Specification</h2>
    42  * <h2>Package Specification</h2>
    43  *
    43  *
    44  * <ul>
    44  * <ul>
    45  *   <li>PKCS #1: RSA Encryption Standard, Version 1.5, November 1993</li>
    45  *   <li>PKCS #1: RSA Cryptography Specifications, Version 2.2 (RFC 8017)</li>
    46  *   <li>PKCS #8: Private-Key Information Syntax Standard,
    46  *   <li>PKCS #8: Private-Key Information Syntax Standard,
    47  *     Version 1.2, November 1993</li>
    47  *     Version 1.2, November 1993</li>
    48  *   <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
    48  *   <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
    49  *     Digital Signature Standard (DSS)</li>
    49  *     Digital Signature Standard (DSS)</li>
    50  * </ul>
    50  * </ul>