org.omg.CSI
Class X509CertificateChainHelper
java.lang.Object
|
+--org.omg.CSI.X509CertificateChainHelper
- public class X509CertificateChainHelper
- extends java.lang.Object
Helper class for : X509CertificateChain
- Author:
- OpenORB Compiler
|
Method Summary |
static byte[] |
extract(org.omg.CORBA.Any a)
Extract X509CertificateChain from an any |
static java.lang.String |
id()
Return the X509CertificateChain IDL ID |
static void |
insert(org.omg.CORBA.Any a,
byte[] t)
Insert X509CertificateChain into an any |
static byte[] |
read(org.omg.CORBA.portable.InputStream istream)
Read X509CertificateChain from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the X509CertificateChain TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
byte[] value)
Write X509CertificateChain into a marshalled stream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X509CertificateChainHelper
public X509CertificateChainHelper()
insert
public static void insert(org.omg.CORBA.Any a,
byte[] t)
- Insert X509CertificateChain into an any
- Parameters:
a - an anyt - X509CertificateChain value
extract
public static byte[] extract(org.omg.CORBA.Any a)
- Extract X509CertificateChain from an any
- Parameters:
a - an any- Returns:
- the extracted X509CertificateChain value
type
public static org.omg.CORBA.TypeCode type()
- Return the X509CertificateChain TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the X509CertificateChain IDL ID
- Returns:
- an ID
read
public static byte[] read(org.omg.CORBA.portable.InputStream istream)
- Read X509CertificateChain from a marshalled stream
- Parameters:
istream - the input stream- Returns:
- the readed X509CertificateChain value
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
byte[] value)
- Write X509CertificateChain into a marshalled stream
- Parameters:
ostream - the output streamvalue - X509CertificateChain value