jdk/src/java.base/share/classes/java/security/KeyRep.java
changeset 45138 ddcafe0d0ea3
parent 29492 a4bf9a570035
equal deleted inserted replaced
45137:b6d407860c47 45138:ddcafe0d0ea3
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
    40  *
    40  *
    41  * <p>
    41  * <p>
    42  *
    42  *
    43  * Note that a serialized Key may contain sensitive information
    43  * Note that a serialized Key may contain sensitive information
    44  * which should not be exposed in untrusted environments.  See the
    44  * which should not be exposed in untrusted environments.  See the
    45  * <a href="../../../platform/serialization/spec/security.html">
    45  * <a href="{@docRoot}/../specs/serialization/security.html">
    46  * Security Appendix</a>
    46  * Security Appendix</a>
    47  * of the Serialization Specification for more information.
    47  * of the Serialization Specification for more information.
    48  *
    48  *
    49  * @see Key
    49  * @see Key
    50  * @see KeyFactory
    50  * @see KeyFactory