Skip to content

Commit 1cb71eb

Browse files
committed
exception message
1 parent 67f84f2 commit 1cb71eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private enum UnsupportedKeySize {
6161
@Override
6262
public void main(Provider provider) throws Exception {
6363
if (provider.getService("KeyPairGenerator", "DiffieHellman") == null) {
64-
throw new SkippedException("No supported of DH KeyPairGenerator, skipping");
64+
throw new SkippedException("DH (DiffieHellman) is not supported in KeyPairGenerator, skipping");
6565
}
6666

6767
for (UnsupportedKeySize keySize : UnsupportedKeySize.values()) {

0 commit comments

Comments
 (0)