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