2003/06/16 08:03:14
[org.ibex.core.git] / src / org / bouncycastle / asn1 / x509 / AlgorithmIdentifier.java
index 945f948..645858f 100644 (file)
@@ -11,7 +11,7 @@ public class AlgorithmIdentifier
     private DERObjectIdentifier objectId;
     private DEREncodable        parameters;
     private boolean             parametersDefined = false;
-       
+        
     public static AlgorithmIdentifier getInstance(
         ASN1TaggedObject obj,
         boolean          explicit)