C# Class Org.BouncyCastle.Cms.CmsAuthenticatedDataParser

Inheritance: CmsContentInfoParser
Datei anzeigen Open project: nonorganic/dssnet

Public Methods

Method Description
CmsAuthenticatedDataParser ( Stream envelopedData ) : System
CmsAuthenticatedDataParser ( byte envelopedData ) : System
GetAuthAttrs ( ) : Asn1.Cms.AttributeTable
GetMac ( ) : byte[]
GetRecipientInfos ( ) : RecipientInformationStore
GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable

Method Details

CmsAuthenticatedDataParser() public method

public CmsAuthenticatedDataParser ( Stream envelopedData ) : System
envelopedData Stream
return System

CmsAuthenticatedDataParser() public method

public CmsAuthenticatedDataParser ( byte envelopedData ) : System
envelopedData byte
return System

GetAuthAttrs() public method

public GetAuthAttrs ( ) : Asn1.Cms.AttributeTable
return Asn1.Cms.AttributeTable

GetMac() public method

public GetMac ( ) : byte[]
return byte[]

GetRecipientInfos() public method

public GetRecipientInfos ( ) : RecipientInformationStore
return RecipientInformationStore

GetUnauthAttrs() public method

public GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable
return Asn1.Cms.AttributeTable