public abstract class OIDHelper extends Object
Constructor and Description |
---|
OIDHelper() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
byte[] that) |
static byte[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
byte[] value) |
public static void insert(Any a, byte[] that)
public static byte[] extract(Any a)
public static TypeCode type()
public static String id()
public static byte[] read(InputStream istream)
public static void write(OutputStream ostream, byte[] value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.