Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CertImpl.java414 private static void byte2hex(byte b, java.lang.StringBuffer buf) { in byte2hex() method in X509CertImpl
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CertImpl.java1995 byte2hex(digest[i], buf); in getFingerprint()
2063 private static void byte2hex(byte b, StringBuffer buf) {