Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DAVAKeyword.java29 boolean rfc2253Compliant) { in AVAKeyword() argument
84 private boolean rfc2253Compliant; field in AVAKeyword
/libcore/ojluni/src/main/java/sun/security/x509/
DAVA.java1200 private boolean rfc1779Compliant, rfc2253Compliant; field in AVAKeyword
1203 boolean rfc1779Compliant, boolean rfc2253Compliant) { in AVAKeyword() argument
1207 this.rfc2253Compliant = rfc2253Compliant; in AVAKeyword()
1219 return rfc2253Compliant; in isCompliant()