decrypt method

String decrypt()

Implementation

String decrypt() {
  return blockData.decrypt();
}