algorithm property
Algorithm
get
algorithm
Which algorithm the registered key should use.
Implementation
Algorithm get algorithm => Algorithm.fromJS(_wrapped.algorithm);
set
algorithm
(Algorithm v)
Implementation
set algorithm(Algorithm v) {
_wrapped.algorithm = v.toJS;
}