src/java.base/share/classes/java/security/spec/package-info.java
author wetmore
Fri, 11 May 2018 15:53:12 -0700
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
permissions -rw-r--r--
Initial TLSv1.3 Implementation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18579
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     1
/*
56542
56aaa6cb3693 Initial TLSv1.3 Implementation
wetmore
parents: 47216
diff changeset
     2
 * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
18579
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     4
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    10
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    15
 * accompanied this code).
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    16
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    20
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    23
 * questions.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    24
 */
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
18579
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    26
/**
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    27
 * Provides classes and interfaces for key specifications and algorithm
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    28
 * parameter specifications.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    29
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    30
 * <p>A key specification is a transparent representation of the key material
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    31
 * that constitutes a key. A key may be specified in an algorithm-specific
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    32
 * way, or in an algorithm-independent encoding format (such as ASN.1).
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    33
 * This package contains key specifications for DSA public and private keys,
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    34
 * RSA public and private keys, PKCS #8 private keys in DER-encoded format,
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    35
 * and X.509 public and private keys in DER-encoded format.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    36
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    37
 * <p>An algorithm parameter specification is a transparent representation
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    38
 * of the sets of parameters used with an algorithm. This package contains
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    39
 * an algorithm parameter specification for parameters used with the
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    40
 * DSA algorithm.
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    41
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    42
 * <h2>Package Specification</h2>
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    43
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    44
 * <ul>
56542
56aaa6cb3693 Initial TLSv1.3 Implementation
wetmore
parents: 47216
diff changeset
    45
 *   <li>PKCS #1: RSA Cryptography Specifications, Version 2.2 (RFC 8017)</li>
18579
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    46
 *   <li>PKCS #8: Private-Key Information Syntax Standard,
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    47
 *     Version 1.2, November 1993</li>
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    48
 *   <li>Federal Information Processing Standards Publication (FIPS PUB) 186:
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    49
 *     Digital Signature Standard (DSS)</li>
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    50
 * </ul>
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    51
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    52
 * <h2>Related Documentation</h2>
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    53
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    54
 * For documentation that includes information about algorithm parameter
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    55
 * and key specifications, please see:
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    56
 * <ul>
45665
6f21cd7ec80e 8178114: Fix guide links in security APIs
wetmore
parents: 25859
diff changeset
    57
 *   <li> {@extLink security_guide_jca
6f21cd7ec80e 8178114: Fix guide links in security APIs
wetmore
parents: 25859
diff changeset
    58
 *       Java Cryptography Architecture (JCA) Reference Guide}</li>
6f21cd7ec80e 8178114: Fix guide links in security APIs
wetmore
parents: 25859
diff changeset
    59
 *   <li> {@extLink security_guide_impl_provider
6f21cd7ec80e 8178114: Fix guide links in security APIs
wetmore
parents: 25859
diff changeset
    60
 *       How to Implement a Provider in the Java Cryptography Architecture}</li>
18579
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    61
 * </ul>
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    62
 *
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    63
 * @since 1.2
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    64
 */
b678846778ad 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh
parents: 5551
diff changeset
    65
package java.security.spec;