Class Accuracy
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Tsp
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Accuracy : Asn1Encodable, IAsn1Convertible
- Inheritance
-
Accuracy
- Implements
-
- Inherited Members
-
Constructors
Accuracy(DerInteger, DerInteger, DerInteger)
public Accuracy(DerInteger seconds, DerInteger millis, DerInteger micros)
Parameters
seconds
DerInteger
millis
DerInteger
micros
DerInteger
Fields
MaxMicros
protected const int MaxMicros = 999
Field Value
- int
MaxMillis
protected const int MaxMillis = 999
Field Value
- int
MinMicros
protected const int MinMicros = 1
Field Value
- int
MinMillis
protected const int MinMillis = 1
Field Value
- int
Properties
Micros
public DerInteger Micros { get; }
Property Value
- DerInteger
Millis
public DerInteger Millis { get; }
Property Value
- DerInteger
Seconds
public DerInteger Seconds { get; }
Property Value
- DerInteger
Methods
GetInstance(object)
public static Accuracy GetInstance(object o)
Parameters
o
object
Returns
- Accuracy
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object