Class RecipientInformationStoreBC
java.lang.Object
com.itextpdf.bouncycastle.cms.RecipientInformationStoreBC
- All Implemented Interfaces:
IRecipientInformationStore
Wrapper class for
RecipientInformationStore.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.cms.RecipientInformationStore -
Constructor Summary
ConstructorsConstructorDescriptionRecipientInformationStoreBC(org.bouncycastle.cms.RecipientInformationStore recipientInformationStore) Creates new wrapper instance forRecipientInformationStore. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.get(IRecipientId id) Calls actualgetmethod for the wrapped RecipientInformationStore object.org.bouncycastle.cms.RecipientInformationStoreGets actual org.bouncycastle object being wrapped.Calls actualgetRecipientsmethod for the wrapped RecipientInformationStore object.inthashCode()Returns a hash code value based on the wrapped object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
recipientInformationStore
private final org.bouncycastle.cms.RecipientInformationStore recipientInformationStore
-
-
Constructor Details
-
RecipientInformationStoreBC
public RecipientInformationStoreBC(org.bouncycastle.cms.RecipientInformationStore recipientInformationStore) Creates new wrapper instance forRecipientInformationStore.- Parameters:
recipientInformationStore-RecipientInformationStoreto be wrapped
-
-
Method Details
-
getRecipientInformationStore
public org.bouncycastle.cms.RecipientInformationStore getRecipientInformationStore()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
RecipientInformationStore.
-
getRecipients
Calls actualgetRecipientsmethod for the wrapped RecipientInformationStore object.- Specified by:
getRecipientsin interfaceIRecipientInformationStore- Returns:
- a collection of wrapped recipients.
-
get
Calls actualgetmethod for the wrapped RecipientInformationStore object.- Specified by:
getin interfaceIRecipientInformationStore- Parameters:
id- RecipientId wrapper- Returns:
IRecipientInformationthe wrapper for received RecipientInformation object.
-
equals
-
hashCode
-
toString
-