diff options
author | Doug Zongker <dougz@google.com> | 2012-09-20 15:55:20 -0700 |
---|---|---|
committer | Doug Zongker <dougz@google.com> | 2012-09-20 15:55:20 -0700 |
commit | ede5cf6533387a02b4a726cf577bfcb22374ad9a (patch) | |
tree | bab73883755d8a717618249b681a7dfc96dd9afc /libmincrypt | |
parent | e1df9ad215af6e51a2d8fb1d0306e00c7b510b62 (diff) |
remove unneeded import
DumpPublicKey doesn't need a base64 encoder for anything; remove the
import to avoid deprecation warnings.
Change-Id: I7e01b9d77bb66bb99cb3357c886cc4e2e63de6ae
Diffstat (limited to 'libmincrypt')
-rw-r--r-- | libmincrypt/tools/DumpPublicKey.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmincrypt/tools/DumpPublicKey.java b/libmincrypt/tools/DumpPublicKey.java index b83a75757..12b4f5629 100644 --- a/libmincrypt/tools/DumpPublicKey.java +++ b/libmincrypt/tools/DumpPublicKey.java @@ -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 |