C# Class Org.BouncyCastle.Asn1.Tsp.TimeStampReq

Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object o ) : TimeStampReq
TimeStampReq ( MessageImprint messageImprint, DerObjectIdentifier tsaPolicy, DerInteger nonce, DerBoolean certReq, X509Extensions extensions ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
TimeStampReq ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( object o ) : TimeStampReq
o object
return TimeStampReq

TimeStampReq() public method

public TimeStampReq ( MessageImprint messageImprint, DerObjectIdentifier tsaPolicy, DerInteger nonce, DerBoolean certReq, X509Extensions extensions ) : System
messageImprint MessageImprint
tsaPolicy DerObjectIdentifier
nonce DerInteger
certReq DerBoolean
extensions Org.BouncyCastle.Asn1.X509.X509Extensions
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object