AEADCipher constructor

AEADCipher(
  1. String algorithmName
)

Implementation

factory AEADCipher(String algorithmName) =>
    registry.create<AEADCipher>(algorithmName);