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 69518ce commit 18b8192Copy full SHA for 18b8192
prov/src/test/java/org/bouncycastle/jce/provider/test/CertPathValidatorTest.java
@@ -1668,7 +1668,7 @@ private static Collection getAlternativeNames(byte[] extVal)
1668
}
1669
1670
1671
- private class DodgyCertificate
+ private static class DodgyCertificate
1672
extends ASN1Object
1673
{
1674
ASN1Sequence seq;
@@ -1758,7 +1758,7 @@ public ASN1Primitive toASN1Primitive()
1758
1759
1760
1761
- private class DodgyTBSCertificate
+ private static class DodgyTBSCertificate
1762
1763
1764
0 commit comments