File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11 Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4545import sun .security .pkcs11 .wrapper .CK_ATTRIBUTE ;
4646import sun .security .pkcs11 .wrapper .CK_MECHANISM ;
4747import static sun .security .pkcs11 .wrapper .PKCS11Constants .*;
48+ import static sun .security .pkcs11 .wrapper .PKCS11Exception .*;
4849import sun .security .pkcs11 .wrapper .PKCS11Exception ;
4950import sun .security .rsa .RSAPrivateCrtKeyImpl ;
5051import sun .security .rsa .RSAUtil ;
@@ -71,9 +72,6 @@ final class FIPSKeyImporter {
7172 private static volatile Provider sunECProvider = null ;
7273 private static final ReentrantLock sunECProviderLock = new ReentrantLock ();
7374
74- private static volatile KeyFactory DHKF = null ;
75- private static final ReentrantLock DHKFLock = new ReentrantLock ();
76-
7775 static Long importKey (SunPKCS11 sunPKCS11 , long hSession , CK_ATTRIBUTE [] attributes )
7876 throws PKCS11Exception {
7977 long keyID = -1 ;
You can’t perform that action at this time.
0 commit comments