jdk/src/share/classes/java/security/PKCS12Attribute.java
changeset 15303 d365a2901ccb
parent 15298 06867bfe82ac
equal deleted inserted replaced
15302:0580250d24d1 15303:d365a2901ccb
    54      * A string value is represented as the string itself.
    54      * A string value is represented as the string itself.
    55      * A binary value is represented as a string of colon-separated
    55      * A binary value is represented as a string of colon-separated
    56      * pairs of hexadecimal digits.
    56      * pairs of hexadecimal digits.
    57      * Multi-valued attributes are represented as a comma-separated
    57      * Multi-valued attributes are represented as a comma-separated
    58      * list of values, enclosed in square brackets. See
    58      * list of values, enclosed in square brackets. See
    59      * {@link Arrays.toString}.
    59      * {@link Arrays#toString(java.lang.Object[])}.
    60      * <p>
    60      * <p>
    61      * A string value will be DER-encoded as an ASN.1 UTF8String and a
    61      * A string value will be DER-encoded as an ASN.1 UTF8String and a
    62      * binary value will be DER-encoded as an ASN.1 Octet String.
    62      * binary value will be DER-encoded as an ASN.1 Octet String.
    63      *
    63      *
    64      * @param name the attribute's identifier
    64      * @param name the attribute's identifier
   161      *      returned as a binary string of colon-separated pairs of
   161      *      returned as a binary string of colon-separated pairs of
   162      *      hexadecimal digits.
   162      *      hexadecimal digits.
   163      * </ul>
   163      * </ul>
   164      * Multi-valued attributes are represented as a comma-separated
   164      * Multi-valued attributes are represented as a comma-separated
   165      * list of values, enclosed in square brackets. See
   165      * list of values, enclosed in square brackets. See
   166      * {@link Arrays.toString}.
   166      * {@link Arrays#toString(java.lang.Object[])}.
   167      *
   167      *
   168      * @return the attribute value's string encoding
   168      * @return the attribute value's string encoding
   169      */
   169      */
   170     @Override
   170     @Override
   171     public String getValue() {
   171     public String getValue() {