提交 7de24bcc 编写于 作者: V vinnie

8006741: javadoc cleanup for 6263419

Reviewed-by: alanb
上级 628371f4
...@@ -40,7 +40,8 @@ package java.security; ...@@ -40,7 +40,8 @@ package java.security;
* sensitive key information to be destroyed, cleared, or in the case * sensitive key information to be destroyed, cleared, or in the case
* where such information is immutable, unreferenced. * where such information is immutable, unreferenced.
* Finally, since {@code PrivateKey} is {@code Serializable}, implementations * 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. * to prevent keys that have been destroyed from being serialized.
* *
* @see Key * @see Key
......
...@@ -40,7 +40,8 @@ package javax.crypto; ...@@ -40,7 +40,8 @@ package javax.crypto;
* sensitive key information to be destroyed, cleared, or in the case * sensitive key information to be destroyed, cleared, or in the case
* where such information is immutable, unreferenced. * where such information is immutable, unreferenced.
* Finally, since {@code SecretKey} is {@code Serializable}, implementations * 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. * to prevent keys that have been destroyed from being serialized.
* *
* <p>Keys that implement this interface return the string {@code RAW} * <p>Keys that implement this interface return the string {@code RAW}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册