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

/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attributes.java64 private boolean ignoreUnsupportedAttributes = false; field in class:PKCS9Attributes
126 * @param ignoreUnsupportedAttributes If true then any attributes
136 boolean ignoreUnsupportedAttributes) throws IOException {
138 this.ignoreUnsupportedAttributes = ignoreUnsupportedAttributes;
207 if (ignoreUnsupportedAttributes) {
135 PKCS9Attributes(DerInputStream in, boolean ignoreUnsupportedAttributes) argument

Completed in 112 milliseconds