C# 클래스 Org.BouncyCastle.Asn1.Crmf.CertReqMsg

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

공개 메소드들

메소드 설명
CertReqMsg ( CertRequest certReq, ProofOfPossession popo, AttributeTypeAndValue regInfo ) : System
GetInstance ( object obj ) : CertReqMsg
GetRegInfo ( ) : Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[]
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
CertReqMsg ( Asn1Sequence seq ) : System

메소드 상세

CertReqMsg() 공개 메소드

public CertReqMsg ( CertRequest certReq, ProofOfPossession popo, AttributeTypeAndValue regInfo ) : System
certReq CertRequest
popo ProofOfPossession
regInfo AttributeTypeAndValue
리턴 System

GetInstance() 공개 정적인 메소드

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

GetRegInfo() 공개 메소드

public GetRegInfo ( ) : Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[]
리턴 Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[]

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object