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

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

공개 메소드들

메소드 설명
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : KeyAgreeRecipientIdentifier
GetInstance ( object obj ) : KeyAgreeRecipientIdentifier
KeyAgreeRecipientIdentifier ( IssuerAndSerialNumber issuerSerial ) : System
KeyAgreeRecipientIdentifier ( RecipientKeyIdentifier rKeyID ) : System
ToAsn1Object ( ) : Asn1Object

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : KeyAgreeRecipientIdentifier
obj Asn1TaggedObject
isExplicit bool
리턴 KeyAgreeRecipientIdentifier

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : KeyAgreeRecipientIdentifier
obj object
리턴 KeyAgreeRecipientIdentifier

KeyAgreeRecipientIdentifier() 공개 메소드

public KeyAgreeRecipientIdentifier ( IssuerAndSerialNumber issuerSerial ) : System
issuerSerial IssuerAndSerialNumber
리턴 System

KeyAgreeRecipientIdentifier() 공개 메소드

public KeyAgreeRecipientIdentifier ( RecipientKeyIdentifier rKeyID ) : System
rKeyID RecipientKeyIdentifier
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object