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

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CertRepMessage ( Asn1Sequence seq ) : System

Method Details

CertRepMessage() public méthode

public CertRepMessage ( CmpCertificate caPubs, CertResponse response ) : System
caPubs CmpCertificate
response CertResponse
Résultat System

GetCAPubs() public méthode

public GetCAPubs ( ) : Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]
Résultat Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]

GetInstance() public static méthode

public static GetInstance ( object obj ) : CertRepMessage
obj object
Résultat CertRepMessage

GetResponse() public méthode

public GetResponse ( ) : Org.BouncyCastle.Asn1.Cmp.CertResponse[]
Résultat Org.BouncyCastle.Asn1.Cmp.CertResponse[]

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object