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 706902d commit 869d58dCopy full SHA for 869d58d
prov/src/main/java/org/bouncycastle/jce/provider/BouncyCastleProvider.java
@@ -594,7 +594,7 @@ public static PrivateKey getPrivateKey(PrivateKeyInfo privateKeyInfo)
594
AsymmetricKeyInfoConverter converter = getAsymmetricKeyInfoConverter(privateKeyInfo.getPrivateKeyAlgorithm().getAlgorithm());
595
596
if (converter == null)
597
- { System.err.println("returning null: " + privateKeyInfo.getPrivateKeyAlgorithm().getAlgorithm());
+ {
598
return null;
599
}
600
0 commit comments