|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.bitmeister.asn1.type.ASN1Type
jp.bitmeister.asn1.type.PrimitiveType<java.util.List<java.lang.Integer>>
jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
public class OBJECT_IDENTIFIER
Represents ASN.1 'OBJECT IDENTIFIER' type.
An instance of this class represents an 'OBJECT IDENTIFIER' type data and
contains a List
of Integer
. Each element of the List
represents an object id component.
Field Summary |
---|
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type |
---|
stringBuilder |
Constructor Summary | |
---|---|
OBJECT_IDENTIFIER()
Instantiates an empty OBJECT_IDENTIFIER . |
|
OBJECT_IDENTIFIER(int... value)
Instantiates an OBJECT_IDENTIFIER and initialize it with the
array of int value. |
|
OBJECT_IDENTIFIER(java.util.List<java.lang.Integer> value)
Instantiates an OBJECT_IDENTIFIER and initialize it with the
List<Integer> value. |
Method Summary | ||
---|---|---|
|
accept(ASN1Visitor<E> visitor)
Accepts the ASN1Visitor and calls a visit method of the
visitor. |
|
protected java.util.List<java.lang.Integer> |
cloneValue()
Creates and returns a copy of the value set to this data. |
|
void |
set(int... value)
Sets the array of int to the data. |
Methods inherited from class jp.bitmeister.asn1.type.PrimitiveType |
---|
clear, clone, hashCode, hasValue, set, value, valueEquals |
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type |
---|
equals, instantiate, matches, specification, toString, validate |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OBJECT_IDENTIFIER()
OBJECT_IDENTIFIER
.
public OBJECT_IDENTIFIER(java.util.List<java.lang.Integer> value)
OBJECT_IDENTIFIER
and initialize it with the
List<Integer>
value.
value
- the List
of Integer
represents an object
identifier.public OBJECT_IDENTIFIER(int... value)
OBJECT_IDENTIFIER
and initialize it with the
array of int
value.
value
- the array of int
represents an object identifier.Method Detail |
---|
public void set(int... value)
int
to the data.
value
- the array of int
represents an object identifier.protected java.util.List<java.lang.Integer> cloneValue()
PrimitiveType
cloneValue
in class PrimitiveType<java.util.List<java.lang.Integer>>
public <E extends java.lang.Throwable> void accept(ASN1Visitor<E> visitor) throws E extends java.lang.Throwable
ASN1Type
ASN1Visitor
and calls a visit
method of the
visitor.
accept
in class ASN1Type
visitor
- The visitor.
E extends java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |