Details
-
Bug
-
Resolution: Fixed
-
P4
-
17.0.12
-
b01
Description
This causes build failures:
src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java:399: error: cannot find symbol
(attrs[0].getBoolean() && P11Util.isNSS(session.token)) ||
src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java:399: error: cannot find symbol
(attrs[0].getBoolean() && P11Util.isNSS(session.token)) ||
Attachments
Issue Links
- relates to
-
JDK-8325254 CKA_TOKEN private and secret keys are not necessarily sensitive
- Resolved