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