source:
java/Dumper.java
@
2d56f83
Last change on this file since 2d56f83 was ea3bddc, checked in by , 14 years ago | |
---|---|
|
|
File size: 268 bytes |
Rev | Line | |
---|---|---|
[ea3bddc] | 1 | import org.bouncycastle.asn1.util.Dump; |
2 | ||
3 | public class Dumper { | |
4 | static public void main(String[] args) { | |
5 | try { | |
6 | org.bouncycastle.asn1.util.Dump.main(args); | |
7 | } | |
8 | catch (Exception e) { | |
9 | System.err.println(e); | |
10 | System.exit(20); | |
11 | } | |
12 | System.exit(0); | |
13 | } | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.