Class HashedTokenValue


  • @Immutable
    public final class HashedTokenValue
    extends Object
    Author:
    Dmitrii Bogdanov
    • Constructor Detail

      • HashedTokenValue

        public HashedTokenValue​(@NotNull
                                String originalValue)
    • Method Detail

      • matches

        public static boolean matches​(@NotNull
                                      String original,
                                      @NotNull
                                      String hashedValue)
      • getValue

        public String getValue()
      • matches

        public boolean matches​(@NotNull
                               String originalValue)