GetPublicKeyResponse constructor

GetPublicKeyResponse({
  1. CustomerMasterKeySpec? customerMasterKeySpec,
  2. List<EncryptionAlgorithmSpec>? encryptionAlgorithms,
  3. String? keyId,
  4. KeyUsageType? keyUsage,
  5. Uint8List? publicKey,
  6. List<SigningAlgorithmSpec>? signingAlgorithms,
})

Implementation

GetPublicKeyResponse({
  this.customerMasterKeySpec,
  this.encryptionAlgorithms,
  this.keyId,
  this.keyUsage,
  this.publicKey,
  this.signingAlgorithms,
});