public class RecipientBC extends Object implements IRecipient
Recipient.| Constructor and Description |
|---|
RecipientBC(org.bouncycastle.cms.Recipient recipient)
Creates new wrapper instance for
Recipient. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cms.Recipient |
getRecipient()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public RecipientBC(org.bouncycastle.cms.Recipient recipient)
Recipient.recipient - Recipient to be wrappedpublic org.bouncycastle.cms.Recipient getRecipient()
Recipient.public boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.