Searched defs:toStringBlock (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
H A DSHAOutputStream.java373 return this.getClass().getName() + ':' + toStringBlock(getHashAsBytes());
382 private static String toStringBlock(byte[] block) { method in class:SHAOutputStream
383 return toStringBlock(block, 0, block.length);
397 private static String toStringBlock(byte[] block, int off, int len) { method in class:SHAOutputStream

Completed in 50 milliseconds