@@ -46,12 +46,15 @@ RestrictedSecurity.TestConstraints.Version.jce.provider.3 = com.sun.crypto.provi
46
46
{KDF, HKDF-SHA256, *, FullClassName:TestConstraints}, \
47
47
{SecretKeyFactory, PBEWithMD5AndDES, *, FullClassName:TestConstraints}, \
48
48
{Mac, HmacSHA256, *, FullClassName:TestConstraints}, \
49
- {AlgorithmParameters, PBES2, *, " sun.security.pkcs12.PKCS12KeyStore" }, \
50
- {AlgorithmParameters, PBEWithHmacSHA256AndAES_256, *, " sun.security.pkcs12.PKCS12KeyStore" }, \
51
- {SecretKeyFactory, PBEWithMD5AndDES, *, " sun.security.pkcs12.PKCS12KeyStore" }, \
52
- {Cipher, PBEWithHmacSHA256AndAES_256, *, " sun.security.pkcs12.PKCS12KeyStore" }, \
53
- {Mac, HmacPBESHA256, *, " sun.security.pkcs12.PKCS12KeyStore" }]
49
+ {AlgorithmParameters, PBES2, *, ModuleAndFullClassName:java.base/ sun.security.pkcs12.PKCS12KeyStore}, \
50
+ {AlgorithmParameters, PBEWithHmacSHA256AndAES_256, *, ModuleAndFullClassName:java.base/ sun.security.pkcs12.PKCS12KeyStore}, \
51
+ {SecretKeyFactory, PBEWithMD5AndDES, *, ModuleAndFullClassName:java.base/ sun.security.pkcs12.PKCS12KeyStore}, \
52
+ {Cipher, PBEWithHmacSHA256AndAES_256, *, ModuleAndFullClassName:java.base/ sun.security.pkcs12.PKCS12KeyStore}, \
53
+ {Mac, HmacPBESHA256, *, ModuleAndFullClassName:java.base/ sun.security.pkcs12.PKCS12KeyStore}]
54
54
RestrictedSecurity.TestConstraints.Version.jce.provider.4 = sun.security.ssl.SunJSSE [ \
55
55
{KeyManagerFactory, SunX509, *, FullClassName:TestConstraints}, \
56
56
{TrustManagerFactory, SunX509, *, FullClassName:TestConstraints}, \
57
57
{SSLContext, TLSv1.3, *, FullClassName:TestConstraints}]
58
+
59
+ RestrictedSecurity.TestConstraints.Version.securerandom.provider = SUN
60
+ RestrictedSecurity.TestConstraints.Version.securerandom.algorithm = SHA512DRBG
0 commit comments