We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbcb8b commit 26de7d4Copy full SHA for 26de7d4
test/jdk/javax/security/auth/Destroyable/KeyDestructionTest.java
@@ -42,7 +42,7 @@
42
public class KeyDestructionTest {
43
public static void main(String[] args) throws Exception {
44
String kpgAlgorithm = "RSA";
45
- KeyPair keypair = generateKeyPair(kpgAlgorithm, 1024);
+ KeyPair keypair = generateKeyPair(kpgAlgorithm, 2048);
46
47
// Check keys that support and have implemented key destruction
48
testKeyDestruction(new MyDestroyableSecretKey());
0 commit comments