org.omg.Security
Class SecAttribute

java.lang.Object
  |
  +--org.omg.Security.SecAttribute

public final class SecAttribute
extends java.lang.Object


Field Summary
 AttributeType attribute_type
           
 byte[] defining_authority
           
 byte[] value
           
 
Constructor Summary
SecAttribute()
           
SecAttribute(AttributeType __attribute_type, byte[] __defining_authority, byte[] __value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute_type

public AttributeType attribute_type

defining_authority

public byte[] defining_authority

value

public byte[] value
Constructor Detail

SecAttribute

public SecAttribute()

SecAttribute

public SecAttribute(AttributeType __attribute_type,
                    byte[] __defining_authority,
                    byte[] __value)