com.ecebs.rtd.enabler.types.itso.ipe
Class CorruptIPE
java.lang.Object
com.ecebs.rtd.enabler.types.itso.ipe.IPE
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
Methods inherited from class com.ecebs.rtd.enabler.types.itso.ipe.IPE |
getDirEntry, getHeader, getIIN, getInstance, getIPEInstanceID, getNewestVR, getNewestVRDG, getSeal, getVRDGs, isIINPresent, isSupported |
CorruptIPE
public CorruptIPE(IPEDirEntry entry,
List<byte[]> sectors)
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.