C# Class Org.BouncyCastle.Asn1.Cmp.CertRepMessage

Inheritance: Asn1Encodable
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CertRepMessage ( CmpCertificate caPubs, CertResponse response ) : System
GetCAPubs ( ) : Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]
GetInstance ( object obj ) : CertRepMessage
GetResponse ( ) : Org.BouncyCastle.Asn1.Cmp.CertResponse[]
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
CertRepMessage ( Asn1Sequence seq ) : System

Method Details

CertRepMessage() public method

public CertRepMessage ( CmpCertificate caPubs, CertResponse response ) : System
caPubs CmpCertificate
response CertResponse
return System

GetCAPubs() public method

public GetCAPubs ( ) : Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]
return Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]

GetInstance() public static method

public static GetInstance ( object obj ) : CertRepMessage
obj object
return CertRepMessage

GetResponse() public method

public GetResponse ( ) : Org.BouncyCastle.Asn1.Cmp.CertResponse[]
return Org.BouncyCastle.Asn1.Cmp.CertResponse[]

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object