supportedDirectEncryptionAlgorithms constant

List<String> const supportedDirectEncryptionAlgorithms

Implementation

static const List<String> supportedDirectEncryptionAlgorithms = [
  AlgorithmTypes.olmV1Curve25519AesSha2
];