Error in RecipientInformationStore
MSKnete-S0/[email protected] Mon, 20 May 2019 15:00:41 +0200
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <trinity-83367722-5a37-4587-904a-fcc0007a1825-1558357241778@3c-app-webde-bs31> |
Hi all, i noticed that the Signature of the method 'org.bouncycastle.cms.RecipientInformationStore.getRecipients(RecipientId)' has the wrong return type. Currently it is 'Collection<Recipient>', but it has to be 'Collection<RecipientInformation>'. This is reflected by the 'implements Iterable<RecipientInformation>' and the return types of the other methods in the class. Can you please change this? Regards, Michael Schäfer