GenerateDataKeyPairWithoutPlaintextResponse constructor

GenerateDataKeyPairWithoutPlaintextResponse({
  1. String? keyId,
  2. DataKeyPairSpec? keyPairSpec,
  3. Uint8List? privateKeyCiphertextBlob,
  4. Uint8List? publicKey,
})

Implementation

GenerateDataKeyPairWithoutPlaintextResponse({
  this.keyId,
  this.keyPairSpec,
  this.privateKeyCiphertextBlob,
  this.publicKey,
});