public class CMSAuthEnvelopedData extends Object
Constructor and Description |
---|
CMSAuthEnvelopedData(byte[] authEnvData) |
CMSAuthEnvelopedData(ContentInfo contentInfo) |
CMSAuthEnvelopedData(InputStream authEnvData) |
Modifier and Type | Method and Description |
---|---|
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
|
AttributeTable |
getUnauthAttrs()
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
|
public CMSAuthEnvelopedData(byte[] authEnvData) throws CMSException
CMSException
public CMSAuthEnvelopedData(InputStream authEnvData) throws CMSException
CMSException
public CMSAuthEnvelopedData(ContentInfo contentInfo) throws CMSException
CMSException
public OriginatorInformation getOriginatorInfo()
public RecipientInformationStore getRecipientInfos()
public AttributeTable getAuthAttrs()
public AttributeTable getUnauthAttrs()
public byte[] getMac()
Copyright © 2020 BouncyCastle.org. All rights reserved.