org.objectweb.carol.util.csiv2.struct
Class AsStruct
java.lang.Object
org.objectweb.carol.util.csiv2.struct.AsStruct
- Serializable
public class AsStruct
extends java.lang.Object
implements Serializable
Cannot extends final class AS_ContextSec
- Florent Benoit
getClientAuthenticationMech
public byte[] getClientAuthenticationMech()
- client authentication mech
getTargetName
public byte[] getTargetName()
- the targetName.
getTargetRequires
public short getTargetRequires()
- the targetRequires.
getTargetSupports
public short getTargetSupports()
- the targetSupports.
setTargetName
public void setTargetName(String targetName)
targetName
- The targetName to set.
setTargetRequires
public void setTargetRequires(int targetRequires)
targetRequires
- The targetRequires to set.
setTargetSupports
public void setTargetSupports(int targetSupports)
targetSupports
- The targetSupports to set.