crypto static method

FileStorage crypto(
  1. Directory dir,
  2. Cipher algorithm,
  3. SecretKey secretKey
)

Implementation

static FileStorage crypto(Directory dir, Cipher algorithm, SecretKey secretKey) =>
    _CryptoStorage(dir, algorithm, secretKey);