public class CMSAuthEnvelopedData
extends java.lang.Object
| Constructor and Description |
|---|
CMSAuthEnvelopedData(byte[] authEnvData) |
CMSAuthEnvelopedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) |
CMSAuthEnvelopedData(java.io.InputStream authEnvData) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.cms.AttributeTable |
getAuthAttrs()
return a table of the authenticated attributes (as in those used to provide associated data) indexed by
the OID of the attribute.
|
byte[] |
getMac()
Return the MAC value that was originally calculated for this AuthEnveloped data.
|
OriginatorInformation |
getOriginatorInfo()
Return the originator information associated with this message if present.
|
RecipientInformationStore |
getRecipientInfos()
return a store of the intended recipients for this message
|
org.bouncycastle.asn1.cms.AttributeTable |
getUnauthAttrs()
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
|
public CMSAuthEnvelopedData(byte[] authEnvData)
throws CMSException
CMSExceptionpublic CMSAuthEnvelopedData(java.io.InputStream authEnvData)
throws CMSException
CMSExceptionpublic CMSAuthEnvelopedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
throws CMSException
CMSExceptionpublic OriginatorInformation getOriginatorInfo()
public RecipientInformationStore getRecipientInfos()
public org.bouncycastle.asn1.cms.AttributeTable getAuthAttrs()
public org.bouncycastle.asn1.cms.AttributeTable getUnauthAttrs()
public byte[] getMac()