cleanup
[org.ibex.crypto.git] / src / org / ibex / crypto / DER.java
index b683a05..7af585c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * org.ibex.der.* - By Brian Alliet
+ * org.ibex.crypto.DER - By Brian Alliet
  * Copyright (C) 2004 Brian Alliet
  * 
  * Based on Bouncy Castle by The Legion Of The Bouncy Castle
@@ -33,6 +33,8 @@ import java.util.*;
 import java.math.BigInteger;
 
 public class DER {
+    private DER() { }
+    
     public static class Null {
         final static Null instance = new Null();
         private Null() { /* noop */ }