C# Class Org.BouncyCastle.Cms.CmsAuthenticatedDataParser

Inheritance: CmsContentInfoParser
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 méthode

public CmsAuthenticatedDataParser ( Stream envelopedData ) : System
envelopedData Stream
Résultat System

CmsAuthenticatedDataParser() public méthode

public CmsAuthenticatedDataParser ( byte envelopedData ) : System
envelopedData byte
Résultat System

GetAuthAttrs() public méthode

public GetAuthAttrs ( ) : Asn1.Cms.AttributeTable
Résultat Asn1.Cms.AttributeTable

GetMac() public méthode

public GetMac ( ) : byte[]
Résultat byte[]

GetRecipientInfos() public méthode

public GetRecipientInfos ( ) : RecipientInformationStore
Résultat RecipientInformationStore

GetUnauthAttrs() public méthode

public GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable
Résultat Asn1.Cms.AttributeTable