menu
cryptdart package
documentation
implementations/handlers/handler_asymmetric.dart
HandlerAsymmetric<T extends IAsymmetric>
crypts property
crypts property
dark_mode
light_mode
crypts
property
@
override
List
<
T
>
get
crypts
inherited
List of active crypt objects.
Implementation
@override List<T> get crypts => List.unmodifiable(protectedCrypts);
cryptdart package
documentation
implementations/handlers/handler_asymmetric
HandlerAsymmetric<T extends IAsymmetric>
crypts property
HandlerAsymmetric mixin