public class RecipientInformationStoreBC extends Object implements IRecipientInformationStore
RecipientInformationStore.| Constructor and Description |
|---|
RecipientInformationStoreBC(org.bouncycastle.cms.RecipientInformationStore recipientInformationStore)
Creates new wrapper instance for
RecipientInformationStore. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
IRecipientInformation |
get(IRecipientId id) |
org.bouncycastle.cms.RecipientInformationStore |
getRecipientInformationStore()
Gets actual org.bouncycastle object being wrapped.
|
Collection<IRecipientInformation> |
getRecipients() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public RecipientInformationStoreBC(org.bouncycastle.cms.RecipientInformationStore recipientInformationStore)
RecipientInformationStore.recipientInformationStore - RecipientInformationStore to be wrappedpublic org.bouncycastle.cms.RecipientInformationStore getRecipientInformationStore()
RecipientInformationStore.public Collection<IRecipientInformation> getRecipients()
getRecipients in interface IRecipientInformationStorepublic IRecipientInformation get(IRecipientId id)
get in interface IRecipientInformationStorepublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.