org.omg.CSIIOP

Class AS_ContextSec

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "AS_ContextSec"

Author:
JacORB IDL compiler

Field Summary

byte[]
client_authentication_mech
byte[]
target_name
short
target_requires
short
target_supports

Constructor Summary

AS_ContextSec()
AS_ContextSec(short target_supports, short target_requires, byte[] client_authentication_mech, byte[] target_name)

Field Details

client_authentication_mech

public byte[] client_authentication_mech


target_name

public byte[] target_name


target_requires

public short target_requires


target_supports

public short target_supports

Constructor Details

AS_ContextSec

public AS_ContextSec()


AS_ContextSec

public AS_ContextSec(short target_supports,
                     short target_requires,
                     byte[] client_authentication_mech,
                     byte[] target_name)