resolve darcs stupidity
[org.ibex.core.git] / src / org / bouncycastle / asn1 / x509 / SubjectPublicKeyInfo.java
index 53541b9..aa3a466 100644 (file)
@@ -2,10 +2,8 @@ package org.bouncycastle.asn1.x509;
 
 import java.io.*;
 import java.util.Enumeration;
-import java.math.BigInteger;
 
 import org.bouncycastle.asn1.*;
-import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
 
 /**
  * The object that contains the public key stored in a certficate.