|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaSecurityDef
This class encapsulates the security information for an inline service.
Inner Class Summary | |
class |
RomaSecurityDef.SecBuffer
Represents a single Roma security buffer within the security definition, which consists of a ILS number and data. |
Constructor Summary | |
RomaSecurityDef()
Initializes an empty security definition. |
Method Summary | |
boolean |
setBuffer(int ILSNumber,
byte[] data,
int length)
Define a new buffer for the specified inline service |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RomaSecurityDef()
Method Detail |
public boolean setBuffer(int ILSNumber, byte[] data, int length)
ILSNumber
- inline service numberdata
- the security datalength
- the length of security data
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |