EncryptPrivateKeyRequestObjectBuilder constructor
Implementation
EncryptPrivateKeyRequestObjectBuilder({
String? privateKey,
String? password,
Pemcipher? cipher,
}) : _privateKey = privateKey,
_password = password,
_cipher = cipher;