We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f84f2 commit 1cb71ebCopy full SHA for 1cb71eb
test/jdk/sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java
@@ -61,7 +61,7 @@ private enum UnsupportedKeySize {
61
@Override
62
public void main(Provider provider) throws Exception {
63
if (provider.getService("KeyPairGenerator", "DiffieHellman") == null) {
64
- throw new SkippedException("No supported of DH KeyPairGenerator, skipping");
+ throw new SkippedException("DH (DiffieHellman) is not supported in KeyPairGenerator, skipping");
65
}
66
67
for (UnsupportedKeySize keySize : UnsupportedKeySize.values()) {
0 commit comments