OID.java, [...]: Import statements cleaned up.
2004-10-17 Michael Koch <konqueror@gmx.de> * gnu/java/security/OID.java, gnu/java/security/provider/DSAParameters.java, gnu/java/security/provider/DSASignature.java, gnu/java/security/x509/X500DistinguishedName.java, gnu/java/security/x509/X509CRL.java: Import statements cleaned up. From-SVN: r89166
This commit is contained in:
committed by
Michael Koch
parent
bc54ef99a2
commit
3238d4f99a
@@ -1,5 +1,5 @@
|
||||
/* OID.java -- numeric representation of an object identifier
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@@ -38,15 +38,13 @@ exception statement from your version. */
|
||||
|
||||
package gnu.java.security;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import gnu.java.security.der.DEREncodingException;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.InputStream;
|
||||
import java.io.IOException;
|
||||
|
||||
import java.util.StringTokenizer;
|
||||
|
||||
import gnu.java.security.der.DEREncodingException;
|
||||
|
||||
/**
|
||||
* This immutable class represents an object identifier, or OID.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user