Skip to content

Commit 181c70e

Browse files
committed
removed unneeded provider load.
1 parent 9b1635b commit 181c70e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkix/src/test/java/org/bouncycastle/cert/test/CertTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4429,11 +4429,6 @@ public void checkCreationDilithiumWithECDSA()
44294429
public void checkCreationDilithiumSigWithECDSASig()
44304430
throws Exception
44314431
{
4432-
if (Security.getProvider("BCPQC") == null)
4433-
{
4434-
Security.addProvider(new BouncyCastlePQCProvider());
4435-
}
4436-
44374432
KeyPairGenerator kpGen = KeyPairGenerator.getInstance("ML-DSA", "BC");
44384433

44394434
kpGen.initialize(MLDSAParameterSpec.ml_dsa_44, new SecureRandom());

0 commit comments

Comments
 (0)