public class RecipientIdBC extends Object implements IRecipientId
RecipientId.| Constructor and Description |
|---|
RecipientIdBC(org.bouncycastle.cms.RecipientId recipientId)
Creates new wrapper instance for
RecipientId. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cms.RecipientId |
getRecipientId()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
boolean |
match(IX509CertificateHolder holder) |
String |
toString()
Delegates
toString method call to the wrapped object. |
public RecipientIdBC(org.bouncycastle.cms.RecipientId recipientId)
RecipientId.recipientId - RecipientId to be wrappedpublic org.bouncycastle.cms.RecipientId getRecipientId()
RecipientId.public boolean match(IX509CertificateHolder holder)
match in interface IRecipientIdpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.