Uses of Class
org.omg.Security.OpaqueBuffer

Packages that use OpaqueBuffer
org.omg.Security   
 

Uses of OpaqueBuffer in org.omg.Security
 

Fields in org.omg.Security declared as OpaqueBuffer
 OpaqueBuffer OpaqueBufferHolder.value
           
 

Methods in org.omg.Security that return OpaqueBuffer
static OpaqueBuffer OpaqueBufferHelper.extract(Any a)
           
static OpaqueBuffer OpaqueBufferHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type OpaqueBuffer
static void OpaqueBufferHelper.insert(Any a, OpaqueBuffer that)
           
static void OpaqueBufferHelper.write(OutputStream ostream, OpaqueBuffer value)
           
 

Constructors in org.omg.Security with parameters of type OpaqueBuffer
OpaqueBufferHolder(OpaqueBuffer initialValue)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.