org.objectweb.carol.util.csiv2.struct

Class AsStruct

Implemented Interfaces:
Serializable

public class AsStruct
extends java.lang.Object
implements Serializable

Cannot extends final class AS_ContextSec

Author:
Florent Benoit

Method Summary

byte[]
getClientAuthenticationMech()
byte[]
getTargetName()
short
getTargetRequires()
short
getTargetSupports()
void
setTargetName(String targetName)
void
setTargetRequires(int targetRequires)
void
setTargetSupports(int targetSupports)

Method Details

getClientAuthenticationMech

public byte[] getClientAuthenticationMech()

Returns:
client authentication mech


getTargetName

public byte[] getTargetName()

Returns:
the targetName.


getTargetRequires

public short getTargetRequires()

Returns:
the targetRequires.


getTargetSupports

public short getTargetSupports()

Returns:
the targetSupports.


setTargetName

public void setTargetName(String targetName)

Parameters:
targetName - The targetName to set.


setTargetRequires

public void setTargetRequires(int targetRequires)

Parameters:
targetRequires - The targetRequires to set.


setTargetSupports

public void setTargetSupports(int targetSupports)

Parameters:
targetSupports - The targetSupports to set.