GetPublicKeyResponse constructor
GetPublicKeyResponse({
- CustomerMasterKeySpec? customerMasterKeySpec,
- List<
EncryptionAlgorithmSpec> ? encryptionAlgorithms, - String? keyId,
- KeyUsageType? keyUsage,
- Uint8List? publicKey,
- List<
SigningAlgorithmSpec> ? signingAlgorithms,
Implementation
GetPublicKeyResponse({
this.customerMasterKeySpec,
this.encryptionAlgorithms,
this.keyId,
this.keyUsage,
this.publicKey,
this.signingAlgorithms,
});