com.ecebs.rtd.enabler.types.itso.ipe
Class UnsupportedIPE

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.ipe.IPE
      extended by com.ecebs.rtd.enabler.types.itso.ipe.UnsupportedIPE
All Implemented Interfaces:
Product, Serializable

public class UnsupportedIPE
extends IPE

Represents an IPE type that is not currently supported by ITSO Framework. Holds the sectors that make up the IPE.

Author:
kyleb
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ecebs.rtd.enabler.types.itso.ipe.IPE
BYTES_PER_BLOCK, DTS_LENGTH, SEAL_LENGTH
 
Constructor Summary
UnsupportedIPE(IPEDirEntry entry, List<byte[]> sectors)
           
 
Method Summary
 String getData()
           
 List<byte[]> getSectors()
          Get the sectors of the IPE
 String toString()
           
 
Methods inherited from class com.ecebs.rtd.enabler.types.itso.ipe.IPE
getDirEntry, getHeader, getIIN, getInstance, getIPEInstanceID, getNewestVR, getNewestVRDG, getSeal, getVRDGs, isIINPresent, isSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedIPE

public UnsupportedIPE(IPEDirEntry entry,
                      List<byte[]> sectors)
Method Detail

getData

public String getData()

getSectors

public List<byte[]> getSectors()
Get the sectors of the IPE

Returns:
List of IPE's sectors

toString

public String toString()
Overrides:
toString in class IPE


Copyright © 2013 Ecebs Ltd. All Rights Reserved.