GenerateDataKeyPairWithoutPlaintextResponse constructor
GenerateDataKeyPairWithoutPlaintextResponse({
- String? keyId,
- DataKeyPairSpec? keyPairSpec,
- Uint8List? privateKeyCiphertextBlob,
- Uint8List? publicKey,
Implementation
GenerateDataKeyPairWithoutPlaintextResponse({
this.keyId,
this.keyPairSpec,
this.privateKeyCiphertextBlob,
this.publicKey,
});