remove unneeded import

DumpPublicKey doesn't need a base64 encoder for anything; remove the
import to avoid deprecation warnings.

Change-Id: I7e01b9d77bb66bb99cb3357c886cc4e2e63de6ae
This commit is contained in:
Doug Zongker 2012-09-20 15:55:20 -07:00
parent e1df9ad215
commit ede5cf6533

View file

@ -24,7 +24,6 @@ import java.security.KeyStore;
import java.security.Key;
import java.security.PublicKey;
import java.security.interfaces.RSAPublicKey;
import sun.misc.BASE64Encoder;
/**
* Command line tool to extract RSA public keys from X.509 certificates