Package org.asnlab.asndt.runtime.conv
Class OIDConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.OIDConverter
The
OIDConverter
can convert OBJECT IDENTIFIER/RELATIVE-OID
value object to/from int array.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
isAnonymous
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
OIDConverter
public OIDConverter()
-
-
Method Details
-
toValue
Return the int array- Parameters:
object
- The OID object- Returns:
- The int array
-
toObject
Return the OBJECT IDENTIFIER/RELATIVE-OID value object- Parameters:
value
- The int array- Returns:
- The OID object
-