mcne.asn1
Class Accuracy
java.lang.Object
|
+--mcne.asn1.Accuracy
- public class Accuracy
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
micros_
protected int micros_
millis_
protected int millis_
seconds_
protected int seconds_
MICROS_IMPLICITLY_TAGGED
protected static final boolean MICROS_IMPLICITLY_TAGGED
- See Also:
- Constant Field Values
MILLIS_IMPLICITLY_TAGGED
protected static final boolean MILLIS_IMPLICITLY_TAGGED
- See Also:
- Constant Field Values
MICROS_TAG
protected static final int MICROS_TAG
- See Also:
- Constant Field Values
MILLIS_TAG
protected static final int MILLIS_TAG
- See Also:
- Constant Field Values
MAX_MICROS
protected static final int MAX_MICROS
- See Also:
- Constant Field Values
MIN_MICROS
protected static final int MIN_MICROS
- See Also:
- Constant Field Values
MAX_MILLIS
protected static final int MAX_MILLIS
- See Also:
- Constant Field Values
MIN_MILLIS
protected static final int MIN_MILLIS
- See Also:
- Constant Field Values
MIN_SECONDS
protected static final int MIN_SECONDS
- See Also:
- Constant Field Values
NUMBER_OF_MAX_COMPONENTS
protected static final int NUMBER_OF_MAX_COMPONENTS
- See Also:
- Constant Field Values
NUMBER_OF_MIN_COMPONENTS
protected static final int NUMBER_OF_MIN_COMPONENTS
- See Also:
- Constant Field Values
NOT_DEFINED
public static final int NOT_DEFINED
- See Also:
- Constant Field Values
Accuracy
public Accuracy(DERObject asn1object)
throws java.lang.RuntimeException
Accuracy
public Accuracy()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setSeconds
public void setSeconds(int i)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
setMillis
public void setMillis(int i)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
setMicros
public void setMicros(int i)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
resetClassState
protected void resetClassState()
parseAccuracyData
protected void parseAccuracyData(DERObject asn1object)
throws java.lang.RuntimeException
java.lang.RuntimeException
getSeconds
public int getSeconds()
getMillis
public int getMillis()
getMicros
public int getMicros()
decode
public void decode(DERObject asn1object)
throws java.lang.RuntimeException
java.lang.RuntimeException
checkRangeOfSeconds
protected void checkRangeOfSeconds(int i)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
checkRangeOfMillis
protected void checkRangeOfMillis(int i)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
checkRangeOfMicros
protected void checkRangeOfMicros(int i)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException