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

상속: CmsContentInfoParser
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CmsEnvelopedDataParser ( Stream envelopedData ) : System
CmsEnvelopedDataParser ( byte envelopedData ) : System
GetRecipientInfos ( ) : RecipientInformationStore
GetUnprotectedAttributes ( ) : Asn1.Cms.AttributeTable

메소드 상세

CmsEnvelopedDataParser() 공개 메소드

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

CmsEnvelopedDataParser() 공개 메소드

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

GetRecipientInfos() 공개 메소드

public GetRecipientInfos ( ) : RecipientInformationStore
리턴 RecipientInformationStore

GetUnprotectedAttributes() 공개 메소드

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