com.candle.roma.kxc
Class RomaSecurityDef

java.lang.Object
  |
  +--com.candle.roma.kxc.RomaSecurityDef

public class RomaSecurityDef
extends java.lang.Object

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

RomaSecurityDef

public RomaSecurityDef()
Initializes an empty security definition.
Method Detail

setBuffer

public boolean setBuffer(int ILSNumber,
                         byte[] data,
                         int length)
Define a new buffer for the specified inline service
Parameters:
ILSNumber - inline service number
data - the security data
length - the length of security data
Returns:
true if successful