org.bouncycastle.asn1.tsp
public class Accuracy extends ASN1Encodable
| Field Summary | |
|---|---|
| protected static int | MAX_MICROS |
| protected static int | MAX_MILLIS |
| protected static int | MIN_MICROS |
| protected static int | MIN_MILLIS |
| Constructor Summary | |
|---|---|
| protected | Accuracy() |
| Accuracy(DERInteger seconds, DERInteger millis, DERInteger micros) | |
| Accuracy(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| static Accuracy | getInstance(Object o) |
| DERInteger | getMicros() |
| DERInteger | getMillis() |
| DERInteger | getSeconds() |
| DERObject | toASN1Object()
Accuracy ::= SEQUENCE {
seconds INTEGER OPTIONAL,
millis [0] INTEGER (1..999) OPTIONAL,
micros [1] INTEGER (1..999) OPTIONAL
}
|
Accuracy ::= SEQUENCE {
seconds INTEGER OPTIONAL,
millis [0] INTEGER (1..999) OPTIONAL,
micros [1] INTEGER (1..999) OPTIONAL
}