Uses of Class
de.gustavblass.commons.crypto.HashingResult
-
Uses of HashingResult in de.gustavblass.commons.crypto
Classes in de.gustavblass.commons.crypto that implement interfaces with type arguments of type HashingResultMethods in de.gustavblass.commons.crypto that return HashingResultModifier and TypeMethodDescription@NonNull HashingResultHashingResult.copy()Creates a deep copy of thisHashingResultobject.static @NonNull HashingResultCryptor.hash(byte @NonNull [] input) Hashes the given input using the Argon2 hash function with the default parameters:static @NonNull HashingResultCryptor.hash(byte @NonNull [] input, @NonNull Argon2Configuration argon2Configuration) Hashes the given input using the Argon2 hash function with the parameters specified in the givenArgon2Configuration.static @NonNull HashingResultConverts the string representation of aHashingResultobject back to a HashingResult object.static @NonNull HashingResultHashingResult.parseBase64(@NonNull String hash) Converts the base64 string representation of aHashingResultobject back to a HashingResult object.Methods in de.gustavblass.commons.crypto with parameters of type HashingResultModifier and TypeMethodDescription@NonNull de.gustavblass.commons.FuzzyBooleanHashingResult.equals(@NonNull HashingResult other) Compares all fields of this object to the fields of anotherHashingResultobject.