Home
last modified time | relevance | path

Searched refs:ignoreUnsupportedAttributes (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attributes.java64 private boolean ignoreUnsupportedAttributes = false; field in PKCS9Attributes
135 boolean ignoreUnsupportedAttributes) throws IOException { in PKCS9Attributes() argument
137 this.ignoreUnsupportedAttributes = ignoreUnsupportedAttributes; in PKCS9Attributes()
206 if (ignoreUnsupportedAttributes) { in decode()
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attributes.java45 public PKCS9Attributes(sun.security.util.DerInputStream in, boolean ignoreUnsupportedAttributes) in PKCS9Attributes() argument
119 private boolean ignoreUnsupportedAttributes = false; field in PKCS9Attributes