Uses of Class
org.omg.Security.SecAttribute

Packages that use SecAttribute
org.omg.Security   
 

Uses of SecAttribute in org.omg.Security
 

Fields in org.omg.Security declared as SecAttribute
 SecAttribute[] AttributeListHolder.value
           
 SecAttribute SecAttributeHolder.value
           
 

Methods in org.omg.Security that return SecAttribute
static SecAttribute[] AttributeListHelper.extract(Any a)
           
static SecAttribute SecAttributeHelper.extract(Any a)
           
static SecAttribute[] AttributeListHelper.read(InputStream istream)
           
static SecAttribute SecAttributeHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type SecAttribute
static void SecAttributeHelper.insert(Any a, SecAttribute that)
           
static void AttributeListHelper.insert(Any a, SecAttribute[] that)
           
static void SecAttributeHelper.write(OutputStream ostream, SecAttribute value)
           
static void AttributeListHelper.write(OutputStream ostream, SecAttribute[] value)
           
 

Constructors in org.omg.Security with parameters of type SecAttribute
AttributeListHolder(SecAttribute[] initialValue)
           
SecAttributeHolder(SecAttribute initialValue)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.