aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-09-20 15:55:20 -0700
committerDoug Zongker <dougz@google.com>2012-09-20 15:55:20 -0700
commit49f8f729b71234138ada44e5879c37b9a9b27756 (patch)
treef8d0b5664a121b504878b568c9cf6f418f8639b4
parentb7953f89932ac3e031b1545177d22a6b7072b4ae (diff)
downloadlibconstrainedcrypto-49f8f729b71234138ada44e5879c37b9a9b27756.tar.gz
remove unneeded import
DumpPublicKey doesn't need a base64 encoder for anything; remove the import to avoid deprecation warnings. Change-Id: I7e01b9d77bb66bb99cb3357c886cc4e2e63de6ae
-rw-r--r--tools/DumpPublicKey.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/DumpPublicKey.java b/tools/DumpPublicKey.java
index b83a757..12b4f56 100644
--- a/tools/DumpPublicKey.java
+++ b/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