Bouncy Castle Cryptography Library 1.32 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.tsp.Accuracy
public class Accuracy
extends ASN1Encodable
Field 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