InputAsymmetricCipher constructor
const
InputAsymmetricCipher({
- required InputCipher parent,
- required String publicKey,
- String? privateKey,
Implementation
const InputAsymmetricCipher({
required this.parent,
required this.publicKey,
this.privateKey,
});