mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8283691: Classes in java.security still reference deprecated classes in spec
Reviewed-by: hchao, mullan, wetmore
This commit is contained in:
parent
cb012a5b62
commit
e97cf157cf
3 changed files with 4 additions and 6 deletions
|
@ -93,8 +93,6 @@ package java.security;
|
||||||
* @see KeyFactory
|
* @see KeyFactory
|
||||||
* @see KeyRep
|
* @see KeyRep
|
||||||
* @see java.security.spec.KeySpec
|
* @see java.security.spec.KeySpec
|
||||||
* @see Identity
|
|
||||||
* @see Signer
|
|
||||||
*
|
*
|
||||||
* @author Benjamin Renaud
|
* @author Benjamin Renaud
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1996, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -46,7 +46,7 @@ package java.security;
|
||||||
*
|
*
|
||||||
* @see Key
|
* @see Key
|
||||||
* @see PublicKey
|
* @see PublicKey
|
||||||
* @see Certificate
|
* @see java.security.cert.Certificate
|
||||||
* @see Signature#initVerify
|
* @see Signature#initVerify
|
||||||
* @see java.security.interfaces.DSAPrivateKey
|
* @see java.security.interfaces.DSAPrivateKey
|
||||||
* @see java.security.interfaces.RSAPrivateKey
|
* @see java.security.interfaces.RSAPrivateKey
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1996, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -37,7 +37,7 @@ package java.security;
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
* @see Key
|
* @see Key
|
||||||
* @see PrivateKey
|
* @see PrivateKey
|
||||||
* @see Certificate
|
* @see java.security.cert.Certificate
|
||||||
* @see Signature#initVerify
|
* @see Signature#initVerify
|
||||||
* @see java.security.interfaces.DSAPublicKey
|
* @see java.security.interfaces.DSAPublicKey
|
||||||
* @see java.security.interfaces.RSAPublicKey
|
* @see java.security.interfaces.RSAPublicKey
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue