8006813: Compilation error in PKCS12KeyStore.java
Reviewed-by: valeriep
This commit is contained in:
parent
b680bc8ca7
commit
930299d58c
@ -840,7 +840,7 @@ public final class PKCS12KeyStore extends KeyStoreSpi {
|
||||
new PrivilegedAction<String>() {
|
||||
public String run() {
|
||||
String prop =
|
||||
Security.getProperty
|
||||
Security.getProperty(
|
||||
KEY_PROTECTION_ALGORITHM[0]);
|
||||
if (prop == null) {
|
||||
prop = Security.getProperty(
|
||||
|
Loading…
x
Reference in New Issue
Block a user