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

Inheritance: Asn1Encodable
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetExtraCerts ( ) : Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]
GetInstance ( object obj ) : PkiMessage
PkiMessage ( PkiHeader header, PkiBody body ) : System
PkiMessage ( PkiHeader header, PkiBody body, DerBitString protection ) : System
PkiMessage ( PkiHeader header, PkiBody body, DerBitString protection, CmpCertificate extraCerts ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
AddOptional ( Asn1EncodableVector v, int tagNo, Asn1Encodable obj ) : void
PkiMessage ( Asn1Sequence seq ) : System

Method Details

GetExtraCerts() public method

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

GetInstance() public static method

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

PkiMessage() public method

public PkiMessage ( PkiHeader header, PkiBody body ) : System
header PkiHeader
body PkiBody
return System

PkiMessage() public method

public PkiMessage ( PkiHeader header, PkiBody body, DerBitString protection ) : System
header PkiHeader
body PkiBody
protection DerBitString
return System

PkiMessage() public method

public PkiMessage ( PkiHeader header, PkiBody body, DerBitString protection, CmpCertificate extraCerts ) : System
header PkiHeader
body PkiBody
protection DerBitString
extraCerts CmpCertificate
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object