C# 클래스 Org.BouncyCastle.Cms.CmsAuthenticatedDataParser

상속: CmsContentInfoParser
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
CmsAuthenticatedDataParser ( Stream envelopedData ) : System
CmsAuthenticatedDataParser ( byte envelopedData ) : System
GetAuthAttrs ( ) : Asn1.Cms.AttributeTable
GetMac ( ) : byte[]
GetRecipientInfos ( ) : RecipientInformationStore
GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable

메소드 상세

CmsAuthenticatedDataParser() 공개 메소드

public CmsAuthenticatedDataParser ( Stream envelopedData ) : System
envelopedData Stream
리턴 System

CmsAuthenticatedDataParser() 공개 메소드

public CmsAuthenticatedDataParser ( byte envelopedData ) : System
envelopedData byte
리턴 System

GetAuthAttrs() 공개 메소드

public GetAuthAttrs ( ) : Asn1.Cms.AttributeTable
리턴 Asn1.Cms.AttributeTable

GetMac() 공개 메소드

public GetMac ( ) : byte[]
리턴 byte[]

GetRecipientInfos() 공개 메소드

public GetRecipientInfos ( ) : RecipientInformationStore
리턴 RecipientInformationStore

GetUnauthAttrs() 공개 메소드

public GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable
리턴 Asn1.Cms.AttributeTable