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

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

공개 메소드들

메소드 설명
CmsAuthenticatedData ( ContentInfo contentInfo ) : System
CmsAuthenticatedData ( Stream authData ) : System
CmsAuthenticatedData ( byte authData ) : System
GetAuthAttrs ( ) : Asn1.Cms.AttributeTable
GetEncoded ( ) : byte[]
GetMac ( ) : byte[]
GetRecipientInfos ( ) : RecipientInformationStore
GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable

메소드 상세

CmsAuthenticatedData() 공개 메소드

public CmsAuthenticatedData ( ContentInfo contentInfo ) : System
contentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
리턴 System

CmsAuthenticatedData() 공개 메소드

public CmsAuthenticatedData ( Stream authData ) : System
authData Stream
리턴 System

CmsAuthenticatedData() 공개 메소드

public CmsAuthenticatedData ( byte authData ) : System
authData byte
리턴 System

GetAuthAttrs() 공개 메소드

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

GetEncoded() 공개 메소드

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

GetMac() 공개 메소드

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

GetRecipientInfos() 공개 메소드

public GetRecipientInfos ( ) : RecipientInformationStore
리턴 RecipientInformationStore

GetUnauthAttrs() 공개 메소드

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