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

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

Public Methods

Method Description
GetInstance ( object obj ) : ProtectedPart
ProtectedPart ( PkiHeader header, PkiBody body ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
ProtectedPart ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

ProtectedPart() public method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object