menu
ptgc package
documentation
raw.dart
RSAPublicKey
RSAPublicKey.new const constructor
RSAPublicKey.new const constructor
dark_mode
light_mode
RSAPublicKey
constructor
const
RSAPublicKey
(
{
required
Uint8List
n
,
required
Uint8List
e
,
})
Constructor.
Implementation
const RSAPublicKey({required this.n, required this.e}) : super._();
ptgc package
documentation
raw
RSAPublicKey
RSAPublicKey.new const constructor
RSAPublicKey class