src/java.base/share/classes/java/security/interfaces/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
    49  * </ul>
    49  * </ul>
    50  *
    50  *
    51  * <h2>Package Specification</h2>
    51  * <h2>Package Specification</h2>
    52  *
    52  *
    53  * <ul>
    53  * <ul>
    54  *   <li>PKCS #1: RSA Encryption Standard, Version 1.5, November 1993 </li>
    54  *   <li>PKCS #1: RSA Cryptography Specifications, Version 2.2 (RFC 8017)</li>
    55  *   <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
    55  *   <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
    56  *     Digital Signature Standard (DSS) </li>
    56  *     Digital Signature Standard (DSS) </li>
    57  * </ul>
    57  * </ul>
    58  *
    58  *
    59  * <h2>Related Documentation</h2>
    59  * <h2>Related Documentation</h2>