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

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

공개 메소드들

메소드 설명
CmsAuthenticatedDataGenerator ( ) : System
CmsAuthenticatedDataGenerator ( SecureRandom rand ) : System
Generate ( CmsProcessable content, string encryptionOid ) : CmsAuthenticatedData

비공개 메소드들

메소드 설명
Generate ( CmsProcessable content, string macOid, CipherKeyGenerator keyGen ) : CmsAuthenticatedData

메소드 상세

CmsAuthenticatedDataGenerator() 공개 메소드

public CmsAuthenticatedDataGenerator ( ) : System
리턴 System

CmsAuthenticatedDataGenerator() 공개 메소드

public CmsAuthenticatedDataGenerator ( SecureRandom rand ) : System
rand Org.BouncyCastle.Security.SecureRandom
리턴 System

Generate() 공개 메소드

public Generate ( CmsProcessable content, string encryptionOid ) : CmsAuthenticatedData
content CmsProcessable
encryptionOid string
리턴 CmsAuthenticatedData