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

/libcore/luni/src/main/java/javax/net/ssl/
H A DDistinguishedNameParser.java139 private String hexAV() { method in class:DistinguishedNameParser
375 attValue = hexAV();
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DDNParser.java166 private String hexAV() throws IOException { method in class:DNParser
409 atav.add(new AttributeTypeAndValue(oid, new AttributeValue(hexAV(), encoded)));

Completed in 83 milliseconds