C# 클래스 Org.BouncyCastle.Asn1.Cms.RecipientInfo

상속: Org.BouncyCastle.Asn1.Asn1Encodable, IAsn1Choice
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( object o ) : RecipientInfo
RecipientInfo ( Asn1Object info ) : System
RecipientInfo ( KekRecipientInfo info ) : System
RecipientInfo ( KeyAgreeRecipientInfo info ) : System
RecipientInfo ( KeyTransRecipientInfo info ) : System
RecipientInfo ( OtherRecipientInfo info ) : System
RecipientInfo ( PasswordRecipientInfo info ) : System
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
GetKekInfo ( Asn1TaggedObject o ) : KekRecipientInfo

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( object o ) : RecipientInfo
o object
리턴 RecipientInfo

RecipientInfo() 공개 메소드

public RecipientInfo ( Asn1Object info ) : System
info Org.BouncyCastle.Asn1.Asn1Object
리턴 System

RecipientInfo() 공개 메소드

public RecipientInfo ( KekRecipientInfo info ) : System
info KekRecipientInfo
리턴 System

RecipientInfo() 공개 메소드

public RecipientInfo ( KeyAgreeRecipientInfo info ) : System
info KeyAgreeRecipientInfo
리턴 System

RecipientInfo() 공개 메소드

public RecipientInfo ( KeyTransRecipientInfo info ) : System
info KeyTransRecipientInfo
리턴 System

RecipientInfo() 공개 메소드

public RecipientInfo ( OtherRecipientInfo info ) : System
info OtherRecipientInfo
리턴 System

RecipientInfo() 공개 메소드

public RecipientInfo ( PasswordRecipientInfo info ) : System
info PasswordRecipientInfo
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Org.BouncyCastle.Asn1.Asn1Object