| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodableorg.bouncycastle.asn1.tsp.Accuracypublic class Accuracyextends ASN1EncodableField Summary | |
protected static int | |
protected static int | |
protected static int | |
protected static int | |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER, DER | |
Constructor Summary | |
| |
| |
| |
Method Summary | |
static Accuracy |
|
DERInteger | |
DERInteger | |
DERInteger | |
DERObject |
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object | |
protected static final int MAX_MICROS
- Field Value:
- 999
protected static final int MAX_MILLIS
- Field Value:
- 999
protected static final int MIN_MICROS
- Field Value:
- 1
protected static final int MIN_MILLIS
- Field Value:
- 1
public DERObject toASN1Object()
Accuracy ::= SEQUENCE { seconds INTEGER OPTIONAL, millis [0] INTEGER (1..999) OPTIONAL, micros [1] INTEGER (1..999) OPTIONAL }
- Overrides:
- toASN1Object in interface ASN1Encodable