public class AsStruct
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AsStruct() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getClientAuthenticationMech() |
byte[] |
getTargetName() |
short |
getTargetRequires() |
short |
getTargetSupports() |
void |
setTargetName(java.lang.String targetName) |
void |
setTargetRequires(int targetRequires) |
void |
setTargetSupports(int targetSupports) |
public byte[] getTargetName()
public void setTargetName(java.lang.String targetName)
targetName
- The targetName to set.public byte[] getClientAuthenticationMech()
public short getTargetRequires()
public void setTargetRequires(int targetRequires)
targetRequires
- The targetRequires to set.public short getTargetSupports()
public void setTargetSupports(int targetSupports)
targetSupports
- The targetSupports to set.