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

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

공개 메소드들

메소드 설명
DefaultAuthenticatedAttributeTableGenerator ( ) : System
DefaultAuthenticatedAttributeTableGenerator ( AttributeTable attributeTable ) : System
GetAttributes ( IDictionary parameters ) : AttributeTable

보호된 메소드들

메소드 설명
CreateStandardAttributeTable ( IDictionary parameters ) : IDictionary

메소드 상세

CreateStandardAttributeTable() 보호된 메소드

protected CreateStandardAttributeTable ( IDictionary parameters ) : IDictionary
parameters IDictionary
리턴 IDictionary

DefaultAuthenticatedAttributeTableGenerator() 공개 메소드

public DefaultAuthenticatedAttributeTableGenerator ( ) : System
리턴 System

DefaultAuthenticatedAttributeTableGenerator() 공개 메소드

public DefaultAuthenticatedAttributeTableGenerator ( AttributeTable attributeTable ) : System
attributeTable Org.BouncyCastle.Asn1.Cms.AttributeTable
리턴 System

GetAttributes() 공개 메소드

public GetAttributes ( IDictionary parameters ) : AttributeTable
parameters IDictionary
리턴 Org.BouncyCastle.Asn1.Cms.AttributeTable