decrypt abstract method

String decrypt(
  1. String val
)

notifies the class to decrypt the message and return value

Implementation

String decrypt(String val);