encrypt abstract method

Uint8List encrypt(
  1. Uint8List input,
  2. PdfObjectBase<PdfDataType> object
)

Encrypt some data

Implementation

Uint8List encrypt(Uint8List input, PdfObjectBase object);