We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558366 commit 284c52bCopy full SHA for 284c52b
core/src/main/java/org/bouncycastle/asn1/util/Dump.java renamed to misc/src/main/java/org/bouncycastle/asn1/examples/Dump.java
@@ -1,4 +1,4 @@
1
-package org.bouncycastle.asn1.util;
+package org.bouncycastle.asn1.examples;
2
3
import java.io.FileInputStream;
4
@@ -7,7 +7,7 @@
7
/**
8
* Command line ASN.1 Dump utility.
9
* <p>
10
- * Usage: org.bouncycastle.asn1.util.Dump [-v] ber_encoded_file
+ * Usage: org.bouncycastle.asn1.examples.Dump [-v] ber_encoded_file
11
* </p>
12
*/
13
public class Dump
0 commit comments