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:
parent
e1df9ad215
commit
ede5cf6533
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue