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 12c823c commit e010a8aCopy full SHA for e010a8a
pkix/src/main/java/org/bouncycastle/cert/cmp/ChallengeContent.java
@@ -29,7 +29,6 @@ public class ChallengeContent
29
public byte[] extractChallenge(PKIHeader sourceMessageHdr, Recipient recipient)
30
throws CMPException
31
{
32
- // TODO: add check for recipientName
33
try
34
35
CMSEnvelopedData cmsEnvelopedData = new CMSEnvelopedData(new ContentInfo(PKCSObjectIdentifiers.envelopedData, challenge.getEncryptedRand()));
0 commit comments