< prev index next >

src/java.base/share/classes/java/security/PKCS12Attribute.java

Print this page

        

*** 113,123 **** * AttributeValue ::= ANY defined by type * * </pre> * * @param encoded the attribute's ASN.1 DER encoding. It is cloned ! * to prevent subsequent modificaion. * * @throws NullPointerException if {@code encoded} is * {@code null} * @throws IllegalArgumentException if {@code encoded} is * incorrectly formatted --- 113,123 ---- * AttributeValue ::= ANY defined by type * * </pre> * * @param encoded the attribute's ASN.1 DER encoding. It is cloned ! * to prevent subsequent modification. * * @throws NullPointerException if {@code encoded} is * {@code null} * @throws IllegalArgumentException if {@code encoded} is * incorrectly formatted
< prev index next >