public class Oid
extends java.lang.Object
| Constructor and Description |
|---|
Oid() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
of(byte[] encoded) |
static ObjectIdentifier |
of(int[] values) |
static ObjectIdentifier |
of(KnownOIDs oid) |
static ObjectIdentifier |
of(java.lang.String oid) |
public static ObjectIdentifier of(java.lang.String oid)
public static ObjectIdentifier of(int[] values)
public static ObjectIdentifier of(byte[] encoded) throws java.io.IOException
java.io.IOExceptionpublic static ObjectIdentifier of(KnownOIDs oid)