org.omg.Security

Class SecAttribute

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class SecAttribute
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "SecAttribute"

Author:
JacORB IDL compiler

Field Summary

AttributeType
attribute_type
byte[]
defining_authority
byte[]
value

Constructor Summary

SecAttribute()
SecAttribute(AttributeType attribute_type, byte[] defining_authority, byte[] value)

Field Details

attribute_type

public AttributeType attribute_type


defining_authority

public byte[] defining_authority


value

public byte[] value

Constructor Details

SecAttribute

public SecAttribute()


SecAttribute

public SecAttribute(AttributeType attribute_type,
                    byte[] defining_authority,
                    byte[] value)