Enum Class GordianDigestResource
java.lang.Object
java.lang.Enum<GordianDigestResource>
io.github.tonywasher.joceanus.gordianknot.api.digest.GordianDigestResource
- All Implemented Interfaces:
GordianBundleLoader.GordianBundleId,Serializable,Comparable<GordianDigestResource>,Constable
public enum GordianDigestResource
extends Enum<GordianDigestResource>
implements GordianBundleLoader.GordianBundleId
Resource IDs for Digests package.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDigest Ascon.Digest BLAKE2.Digest BLAKE3.Digest CubeHash.Digest GOST.Digest Groestl.Digest Haraka.Digest ISAP.Digest JH.Digest Kangaroo.Digest Kupyna.Digest Marsupilami.Digest MD2.Digest MD4.Digest MD5.Digest PhotonBeetle.Digest SHA2.Digest Romulus.Digest SHA.Digest SHA2.Digest SHA3.Digest SHAKE.Digest Skein.Digest SM3.Digest Sparkle.Digest Streebog.Digest Tiger.Digest WhirlPool.Digest Haraka. -
Method Summary
Modifier and TypeMethodDescriptionGet Key Name.Get NameSpace.getValue()Get Value.static GordianDigestResourceReturns the enum constant of this class with the specified name.static GordianDigestResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DIGEST_SHA2
Digest SHA2. -
DIGEST_TIGER
Digest Tiger. -
DIGEST_WHIRLPOOL
Digest WhirlPool. -
DIGEST_RIPEMD
Digest SHA2. -
DIGEST_STREEBOG
Digest Streebog. -
DIGEST_GOST
Digest GOST. -
DIGEST_SHA3
Digest SHA3. -
DIGEST_SHAKE
Digest SHAKE. -
DIGEST_SKEIN
Digest Skein. -
DIGEST_SM3
Digest SM3. -
DIGEST_BLAKE2
Digest BLAKE2. -
DIGEST_BLAKE3
Digest BLAKE3. -
DIGEST_KUPYNA
Digest Kupyna. -
DIGEST_SHA1
Digest SHA. -
DIGEST_MD5
Digest MD5. -
DIGEST_MD4
Digest MD4. -
DIGEST_MD2
Digest MD2. -
DIGEST_JH
Digest JH. -
DIGEST_GROESTL
Digest Groestl. -
DIGEST_CUBEHASH
Digest CubeHash. -
DIGEST_KANGAROO
Digest Kangaroo. -
DIGEST_MARSUPILAMI
Digest Marsupilami. -
DIGEST_HARAKA
Digest Haraka. -
DIGEST_ASCON
Digest Ascon. -
DIGEST_ISAP
Digest ISAP. -
DIGEST_PHOTONBEETLE
Digest PhotonBeetle. -
DIGEST_ROMULUS
Digest Romulus. -
DIGEST_SPARKLE
Digest Sparkle. -
DIGEST_XOODYAK
Digest Haraka.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getKeyName
Description copied from interface:GordianBundleLoader.GordianBundleIdGet Key Name.- Specified by:
getKeyNamein interfaceGordianBundleLoader.GordianBundleId- Returns:
- the key name.
-
getNameSpace
Description copied from interface:GordianBundleLoader.GordianBundleIdGet NameSpace.- Specified by:
getNameSpacein interfaceGordianBundleLoader.GordianBundleId- Returns:
- the nameSpace.
-
getValue
Description copied from interface:GordianBundleLoader.GordianBundleIdGet Value.- Specified by:
getValuein interfaceGordianBundleLoader.GordianBundleId- Returns:
- the value.
-