Searched refs:ignoreUnsupportedAttributes (Results 1 – 2 of 2) sorted by relevance
64 private boolean ignoreUnsupportedAttributes = false; field in PKCS9Attributes135 boolean ignoreUnsupportedAttributes) throws IOException { in PKCS9Attributes() argument137 this.ignoreUnsupportedAttributes = ignoreUnsupportedAttributes; in PKCS9Attributes()206 if (ignoreUnsupportedAttributes) { in decode()
45 public PKCS9Attributes(sun.security.util.DerInputStream in, boolean ignoreUnsupportedAttributes) in PKCS9Attributes() argument119 private boolean ignoreUnsupportedAttributes = false; field in PKCS9Attributes