TstInfo Constructor

Initializes a new instance of the TstInfo class

Definition

Namespace: Org.BouncyCastle.Asn1.Tsp
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public TstInfo(
	DerObjectIdentifier tsaPolicyId,
	MessageImprint messageImprint,
	DerInteger serialNumber,
	Asn1GeneralizedTime genTime,
	Accuracy accuracy,
	DerBoolean ordering,
	DerInteger nonce,
	GeneralName tsa,
	X509Extensions extensions
)

Parameters

tsaPolicyId  DerObjectIdentifier
 
messageImprint  MessageImprint
 
serialNumber  DerInteger
 
genTime  Asn1GeneralizedTime
 
accuracy  Accuracy
 
ordering  DerBoolean
 
nonce  DerInteger
 
tsa  GeneralName
 
extensions  X509Extensions
 

See Also