Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/pkcs/
DSignerInfo.java652 HexDumpEncoder hexDump = new HexDumpEncoder(); in toString() local
669 hexDump.encodeBuffer(encryptedDigest) + "\n"; in toString()
DPKCS9Attribute.java806 HexDumpEncoder hexDump = new HexDumpEncoder(); in toString() local
807 buf.append(hexDump.encodeBuffer((byte[]) value)); in toString()