encrypt abstract method

String encrypt(
  1. String plaintext
)

Encrypt data

Implementation

String encrypt(String plaintext);