Uses of Class
com.authlete.common.types.HashAlg
-
Packages that use HashAlg Package Description com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of HashAlg in com.authlete.common.types
Methods in com.authlete.common.types that return HashAlg Modifier and Type Method Description HashAlg
JWSAlg. getHashAlg()
Get the hash algorithm used by this signature algorithm.static HashAlg
HashAlg. valueOf(String name)
Returns the enum constant of this type with the specified name.static HashAlg[]
HashAlg. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-