Bouncy Castle Cryptography Library 1.84

org.bouncycastle.asn1.tsp
Class Accuracy

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.tsp.Accuracy
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class Accuracy
extends org.bouncycastle.asn1.ASN1Object


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()
          Deprecated. Will be removed
  Accuracy(org.bouncycastle.asn1.ASN1Integer seconds, org.bouncycastle.asn1.ASN1Integer millis, org.bouncycastle.asn1.ASN1Integer micros)
           
 
Method Summary
static Accuracy getInstance(org.bouncycastle.asn1.ASN1TaggedObject taggedObject, boolean declaredExplicit)
           
static Accuracy getInstance(java.lang.Object obj)
           
 org.bouncycastle.asn1.ASN1Integer getMicros()
           
 org.bouncycastle.asn1.ASN1Integer getMillis()
           
 org.bouncycastle.asn1.ASN1Integer getSeconds()
           
static Accuracy getTagged(org.bouncycastle.asn1.ASN1TaggedObject taggedObject, boolean declaredExplicit)
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
          Accuracy ::= SEQUENCE { seconds INTEGER OPTIONAL, millis [0] INTEGER (1..999) OPTIONAL, micros [1] INTEGER (1..999) OPTIONAL }
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_MILLIS

protected static final int MIN_MILLIS
See Also:
Constant Field Values

MAX_MILLIS

protected static final int MAX_MILLIS
See Also:
Constant Field Values

MIN_MICROS

protected static final int MIN_MICROS
See Also:
Constant Field Values

MAX_MICROS

protected static final int MAX_MICROS
See Also:
Constant Field Values
Constructor Detail

Accuracy

protected Accuracy()
Deprecated. Will be removed


Accuracy

public Accuracy(org.bouncycastle.asn1.ASN1Integer seconds,
                org.bouncycastle.asn1.ASN1Integer millis,
                org.bouncycastle.asn1.ASN1Integer micros)
Method Detail

getInstance

public static Accuracy getInstance(java.lang.Object obj)

getInstance

public static Accuracy getInstance(org.bouncycastle.asn1.ASN1TaggedObject taggedObject,
                                   boolean declaredExplicit)

getTagged

public static Accuracy getTagged(org.bouncycastle.asn1.ASN1TaggedObject taggedObject,
                                 boolean declaredExplicit)

getSeconds

public org.bouncycastle.asn1.ASN1Integer getSeconds()

getMillis

public org.bouncycastle.asn1.ASN1Integer getMillis()

getMicros

public org.bouncycastle.asn1.ASN1Integer getMicros()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
Accuracy ::= SEQUENCE { seconds INTEGER OPTIONAL, millis [0] INTEGER (1..999) OPTIONAL, micros [1] INTEGER (1..999) OPTIONAL }


Bouncy Castle Cryptography Library 1.84