fccsc.manager.crypto
Class CryptoData

java.lang.Object
  |
  +--fccsc.manager.crypto.CryptoData

public final class CryptoData
extends java.lang.Object


Constructor Summary
CryptoData(byte[] p_data, byte[] p_sessionKey)
           
 
Method Summary
 byte[] getData()
           
 byte[] getSessionKey()
           
 boolean isEncrypted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoData

public CryptoData(byte[] p_data,
                  byte[] p_sessionKey)
Method Detail

getData

public byte[] getData()

getSessionKey

public byte[] getSessionKey()

isEncrypted

public boolean isEncrypted()