Make default counter algorithm-scoped, format-specific unmarshalling.
This commit is contained in:
@@ -34,10 +34,15 @@ import javax.annotation.Nullable;
|
||||
public interface MPAlgorithm {
|
||||
|
||||
/**
|
||||
* mpw: defaults: Password result type.
|
||||
* mpw: defaults: password result type.
|
||||
*/
|
||||
MPResultType mpw_default_type = MPResultType.GeneratedLong;
|
||||
|
||||
/**
|
||||
* mpw: defaults: initial counter value.
|
||||
*/
|
||||
UnsignedInteger mpw_default_counter = UnsignedInteger.ONE;
|
||||
|
||||
/**
|
||||
* mpw: validity for the time-based rolling counter.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user