package javax.baja.dataRecovery; public interface IDataRecoveryRecord { byte[] getData(); byte getDataRecoverySourceIdentifier(); byte[] getKey(); }