提交 da39443b 编写于 作者: V vinnie

8006863: javadoc cleanup for 8005408

Reviewed-by: alanb
上级 8c09e77c
...@@ -56,7 +56,7 @@ public final class PKCS12Attribute implements KeyStore.Entry.Attribute { ...@@ -56,7 +56,7 @@ public final class PKCS12Attribute implements KeyStore.Entry.Attribute {
* pairs of hexadecimal digits. * pairs of hexadecimal digits.
* Multi-valued attributes are represented as a comma-separated * Multi-valued attributes are represented as a comma-separated
* list of values, enclosed in square brackets. See * list of values, enclosed in square brackets. See
* {@link Arrays.toString}. * {@link Arrays#toString(java.lang.Object[])}.
* <p> * <p>
* A string value will be DER-encoded as an ASN.1 UTF8String and a * A string value will be DER-encoded as an ASN.1 UTF8String and a
* binary value will be DER-encoded as an ASN.1 Octet String. * binary value will be DER-encoded as an ASN.1 Octet String.
...@@ -163,7 +163,7 @@ public final class PKCS12Attribute implements KeyStore.Entry.Attribute { ...@@ -163,7 +163,7 @@ public final class PKCS12Attribute implements KeyStore.Entry.Attribute {
* </ul> * </ul>
* Multi-valued attributes are represented as a comma-separated * Multi-valued attributes are represented as a comma-separated
* list of values, enclosed in square brackets. See * list of values, enclosed in square brackets. See
* {@link Arrays.toString}. * {@link Arrays#toString(java.lang.Object[])}.
* *
* @return the attribute value's string encoding * @return the attribute value's string encoding
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册