Package de.mkammerer.argon2
Class HashResult
- java.lang.Object
-
- de.mkammerer.argon2.HashResult
-
public class HashResult extends java.lang.ObjectHash result, containing both the raw and the encoded representation.
-
-
Constructor Summary
Constructors Constructor Description HashResult(byte[] raw, java.lang.String encoded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEncoded()byte[]getRaw()
-