menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
PassphraseInfo
PassphraseInfo constructor
PassphraseInfo constructor
dark_mode
light_mode
PassphraseInfo
constructor
PassphraseInfo
(
{
required
String
?
algorithm
,
required
String
?
salt
,
required
int
?
iterations
,
int
?
bits
,
})
Implementation
PassphraseInfo( {required this.algorithm, required this.salt, required this.iterations, this.bits});
sendingnetwork_dart_sdk package
documentation
sdn
PassphraseInfo
PassphraseInfo constructor
PassphraseInfo class