HmsCryptoObject constructor

HmsCryptoObject({
  1. HmsCipher? cipher,
  2. HmsMac? mac,
  3. HmsSignature? signature,
})

Implementation

HmsCryptoObject({this.cipher, this.mac, this.signature});