Uses of Class
org.asnlab.asndt.runtime.value.ObjectIdentifier
Packages that use ObjectIdentifier
Package
Description
This package contains the ASN.1 runtime generic value definitions.
-
Uses of ObjectIdentifier in org.asnlab.asndt.runtime.value
Methods in org.asnlab.asndt.runtime.value that return ObjectIdentifierModifier and TypeMethodDescriptionObjectIdentifier.append(int[] ids) This method appends object identifier components onto the existing value and return the new object identifier.ObjectIdentifier.append(ObjectIdentifier another) This method appends an object identifier value onto the existing value and return the new object identifier.Methods in org.asnlab.asndt.runtime.value with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionObjectIdentifier.append(ObjectIdentifier another) This method appends an object identifier value onto the existing value and return the new object identifier.