jdk/src/java.base/share/classes/javax/crypto/spec/package-info.java
changeset 45665 6f21cd7ec80e
parent 30788 ea573d35531a
equal deleted inserted replaced
45664:946711bbda08 45665:6f21cd7ec80e
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, 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
    55  * For documentation that includes information about algorithm
    55  * For documentation that includes information about algorithm
    56  * parameter and key specifications, please see:
    56  * parameter and key specifications, please see:
    57  *
    57  *
    58  * <ul>
    58  * <ul>
    59  * <li>
    59  * <li>
    60  *  <a href=
    60  *    {@extLink security_guide_jca
    61  *    "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html">
    61  *      Java Cryptography Architecture (JCA) Reference Guide} </li>
    62  *    <b>Java&trade; Cryptography Architecture API Specification and Reference
       
    63  *    </b></a></li>
       
    64  * <li>
    62  * <li>
    65  *  <a href=
    63  *    {@extLink security_guide_impl_provider
    66  *    "{@docRoot}/../technotes/guides/security/crypto/HowToImplAProvider.html">
    64  *      How to Implement a Provider in the Java Cryptography Architecture}</li>
    67  *    <b>How to Implement a Provider for the
       
    68  *    Java&trade; Cryptography Architecture
       
    69  *    </b></a></li>
       
    70  * </ul>
    65  * </ul>
    71  *
    66  *
    72  * @since 1.4
    67  * @since 1.4
    73  */
    68  */
    74 package javax.crypto.spec;
    69 package javax.crypto.spec;