encrypt abstract method

String encrypt(
  1. String key,
  2. String plainText
)

Implementation

String encrypt(String key, String plainText);