8006741: javadoc cleanup for 6263419
Reviewed-by: alanb
This commit is contained in:
parent
df4d235c1f
commit
cd509df8b6
@ -40,7 +40,8 @@ package java.security;
|
||||
* sensitive key information to be destroyed, cleared, or in the case
|
||||
* where such information is immutable, unreferenced.
|
||||
* Finally, since {@code PrivateKey} is {@code Serializable}, implementations
|
||||
* should also override {@link java.io.ObjectOutputStream.writeObject}
|
||||
* should also override
|
||||
* {@link java.io.ObjectOutputStream#writeObject(java.lang.Object)}
|
||||
* to prevent keys that have been destroyed from being serialized.
|
||||
*
|
||||
* @see Key
|
||||
|
@ -40,7 +40,8 @@ package javax.crypto;
|
||||
* sensitive key information to be destroyed, cleared, or in the case
|
||||
* where such information is immutable, unreferenced.
|
||||
* Finally, since {@code SecretKey} is {@code Serializable}, implementations
|
||||
* should also override {@link java.io.ObjectOutputStream.writeObject}
|
||||
* should also override
|
||||
* {@link java.io.ObjectOutputStream#writeObject(java.lang.Object)}
|
||||
* to prevent keys that have been destroyed from being serialized.
|
||||
*
|
||||
* <p>Keys that implement this interface return the string {@code RAW}
|
||||
|
Loading…
x
Reference in New Issue
Block a user