menu
cryptdart package
documentation
implementations/handlers/handler_asymmetric.dart
HandlerAsymmetric<T extends IAsymmetric>
publicKey property
publicKey property
dark_mode
light_mode
publicKey
property
@
override
String
get
publicKey
override
The public key as a string.
Implementation
@override String get publicKey => currentCrypt.publicKey;
cryptdart package
documentation
implementations/handlers/handler_asymmetric
HandlerAsymmetric<T extends IAsymmetric>
publicKey property
HandlerAsymmetric mixin