Skip to content

Commit fa0d3ae

Browse files
author
gefeili
committed
Add //-DM Hex.toHexString to ASN1Dump
1 parent 75c2f1a commit fa0d3ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/bouncycastle/asn1/util/ASN1Dump.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ private static void dumpBinaryDataAsString(StringBuffer buf, String indent, byte
339339
int chunk = Math.min(remaining, SAMPLE_SIZE);
340340

341341
buf.append(indent);
342+
// -DM Hex.toHexString
342343
buf.append(Hex.toHexString(bytes, i, chunk));
343344
for (int j = chunk; j < SAMPLE_SIZE; ++j)
344345
{

0 commit comments

Comments
 (0)