HomeSort by relevance Sort by last modified time
    Searched refs:hexAV (Results 1 - 3 of 3) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 137 private String hexAV() {
373 attValue = hexAV();
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 139 private String hexAV() {
375 attValue = hexAV();
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 166 private String hexAV() throws IOException {
409 atav.add(new AttributeTypeAndValue(oid, new AttributeValue(hexAV(), encoded)));

Completed in 69 milliseconds