public final class TLS_SEC_TRANSHelper
extends java.lang.Object
Constructor and Description |
---|
TLS_SEC_TRANSHelper() |
Modifier and Type | Method and Description |
---|---|
static TLS_SEC_TRANS |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
TLS_SEC_TRANS s) |
static TLS_SEC_TRANS |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
TLS_SEC_TRANS s) |
public static TypeCode type()
public static void insert(Any any, TLS_SEC_TRANS s)
public static TLS_SEC_TRANS extract(Any any)
public static java.lang.String id()
public static TLS_SEC_TRANS read(InputStream in)
public static void write(OutputStream out, TLS_SEC_TRANS s)