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

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

public class CorruptIPE
extends IPE

Represents an IPE type that could not be parsed 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
CorruptIPE(IPEDirEntry entry, List<byte[]> sectors)
           
 
Method Summary
 String getData()
          Get all the sectors as a string
 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

CorruptIPE

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

getData

public String getData()
Get all the sectors as a string

Returns:
Hex string of all sectors appended together

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.