Uses of Class
dev.uni_hamburg.security.otp.api.Hash
-
Packages that use Hash Package Description dev.uni_hamburg.security.otp.api -
-
Uses of Hash in dev.uni_hamburg.security.otp.api
Methods in dev.uni_hamburg.security.otp.api that return Hash Modifier and Type Method Description static HashHash. valueOf(String name)Returns the enum constant of this type with the specified name.static Hash[]Hash. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.uni_hamburg.security.otp.api with parameters of type Hash Constructor Description Hmac(Hash hash, byte[] secret, long currentInterval)
-