public class RecipientInformationBC extends Object implements IRecipientInformation
RecipientInformation.| Constructor and Description |
|---|
RecipientInformationBC(org.bouncycastle.cms.RecipientInformation recipientInformation)
Creates new wrapper instance for
RecipientInformation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getContent(IRecipient recipient) |
org.bouncycastle.cms.RecipientInformation |
getRecipientInformation()
Gets actual org.bouncycastle object being wrapped.
|
IRecipientId |
getRID() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public RecipientInformationBC(org.bouncycastle.cms.RecipientInformation recipientInformation)
RecipientInformation.recipientInformation - RecipientInformation to be wrappedpublic org.bouncycastle.cms.RecipientInformation getRecipientInformation()
RecipientInformation.public byte[] getContent(IRecipient recipient) throws CMSExceptionBC
getContent in interface IRecipientInformationCMSExceptionBCpublic IRecipientId getRID()
getRID in interface IRecipientInformationpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.