|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.cms.CMSAuthEnvelopedData
containing class for an CMS AuthEnveloped Data object
Constructor Summary | |
CMSAuthEnvelopedData(byte[] authEnvData)
|
|
CMSAuthEnvelopedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
|
|
CMSAuthEnvelopedData(java.io.InputStream authEnvData)
|
Method Summary | |
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[] |
getEncoded()
return the ASN.1 encoded representation of this object. |
java.lang.String |
getEncryptionAlgOID()
return the object identifier for the content encryption algorithm. |
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. |
org.bouncycastle.asn1.cms.ContentInfo |
toASN1Structure()
return the ContentInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMSAuthEnvelopedData(byte[] authEnvData) throws CMSException
public CMSAuthEnvelopedData(java.io.InputStream authEnvData) throws CMSException
public CMSAuthEnvelopedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) throws CMSException
Method Detail |
public java.lang.String getEncryptionAlgOID()
public OriginatorInformation getOriginatorInfo()
public RecipientInformationStore getRecipientInfos()
public org.bouncycastle.asn1.cms.AttributeTable getAuthAttrs()
public org.bouncycastle.asn1.cms.AttributeTable getUnauthAttrs()
public byte[] getMac()
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
public byte[] getEncoded() throws java.io.IOException
getEncoded
in interface org.bouncycastle.util.Encodable
java.io.IOException
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |