Package com.exedio.cope.pattern
Class NestedHashAlgorithm
- java.lang.Object
-
- com.exedio.cope.pattern.NestedHashAlgorithm
-
public final class NestedHashAlgorithm extends Object
Implements a hash migration strategy using nested hashes.- See Also:
- stackexchange
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HashAlgorithm
create(HashAlgorithm legacy, HashAlgorithm target)
-
-
-
Method Detail
-
create
public static HashAlgorithm create(HashAlgorithm legacy, HashAlgorithm target)
-
-