Skip to content

Commit 074f32b

Browse files
committed
JavaDoc.
1 parent 9fec6b2 commit 074f32b

File tree

1 file changed

+1
-1
lines changed
  • pkix/src/test/java/org/bouncycastle/cert/cmp/test

1 file changed

+1
-1
lines changed

pkix/src/test/java/org/bouncycastle/cert/cmp/test/PQCTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public void testMlKemRequestWithMlDsaCADirect()
397397
assertEquals(true, Arrays.equals(new CMPCertificate(cert.toASN1Structure()).getEncoded(), recData));
398398

399399
// confirmation message calculation - this isn't actually required as part of the protocol, other than
400-
// to allow the user to confirm they received the certificate. A CA can publish at this point.
400+
// to allow the user to confirm they received the certificate. A CA could have published prior to this point.
401401

402402
CertificateConfirmationContent content = new CertificateConfirmationContentBuilder()
403403
.addAcceptedCertificate(cert, BigInteger.ONE)

0 commit comments

Comments
 (0)