Enum Class GordianCipherResource
java.lang.Object
java.lang.Enum<GordianCipherResource>
io.github.tonywasher.joceanus.gordianknot.api.cipher.GordianCipherResource
- All Implemented Interfaces:
GordianBundleLoader.GordianBundleId,Serializable,Comparable<GordianCipherResource>,Constable
public enum GordianCipherResource
extends Enum<GordianCipherResource>
implements GordianBundleLoader.GordianBundleId
Resource IDs for Cipher package.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionStreamKey Ascon.StreamKey Blake2Xof.StreamKey Blake3Xof.StreamKey CHACHA.StreamKey Elephant.StreamKey GRAIN.StreamKey HC.StreamKey ISAAC.StreamKey ISAP.StreamKey PhotonBeetle.StreamKey Rabbit.StreamKey RC4.StreamKey Romulus.StreamKey SALSA20.StreamKey SkeinXof.StreamKey Snow3G.StreamKey SOSEMANUK.StreamKey Sparkle.StreamKey VMPC.StreamKey Xoodyak.StreamKey ZUC.SymKey AES.SymKey Anubis.SymKey ARIA.SymKey Blowfish.SymKey Camellia.SymKey CAST5.SymKey CAST6.SymKey DESede.SymKey GOST.SymKey IDEA.SymKey Kalyna.SymKey Kuznyechik.SymKey LEA.SymKey MARS.SymKey NOEKEON.SymKey RC2.SymKey RC5.SymKey RC6.SymKey SEED.SymKey Serpent.SymKey SHACAL2.SymKey Simon.SymKey SkipJack.SymKey SM4.SymKey SHACAL2.SymKey TEA.SymKey THREEFISH.SymKey TwoFish.SymKey XTEA. -
Method Summary
Modifier and TypeMethodDescriptionGet Key Name.Get NameSpace.getValue()Get Value.static GordianCipherResourceReturns the enum constant of this class with the specified name.static GordianCipherResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SYMKEY_AES
SymKey AES. -
SYMKEY_TWOFISH
SymKey TwoFish. -
SYMKEY_SERPENT
SymKey Serpent. -
SYMKEY_CAMELLIA
SymKey Camellia. -
SYMKEY_CAST6
SymKey CAST6. -
SYMKEY_RC6
SymKey RC6. -
SYMKEY_THREEFISH
SymKey THREEFISH. -
SYMKEY_ARIA
SymKey ARIA. -
SYMKEY_NOEKEON
SymKey NOEKEON. -
SYMKEY_SEED
SymKey SEED. -
SYMKEY_SM4
SymKey SM4. -
SYMKEY_RC2
SymKey RC2. -
SYMKEY_RC5
SymKey RC5. -
SYMKEY_CAST5
SymKey CAST5. -
SYMKEY_IDEA
SymKey IDEA. -
SYMKEY_TEA
SymKey TEA. -
SYMKEY_XTEA
SymKey XTEA. -
SYMKEY_BLOWFISH
SymKey Blowfish. -
SYMKEY_GOST
SymKey GOST. -
SYMKEY_KUZNYECHIK
SymKey Kuznyechik. -
SYMKEY_KALYNA
SymKey Kalyna. -
SYMKEY_SKIPJACK
SymKey SkipJack. -
SYMKEY_DESEDE
SymKey DESede. -
SYMKEY_SHACAL2
SymKey SHACAL2. -
SYMKEY_SPECK
SymKey SHACAL2. -
SYMKEY_ANUBIS
SymKey Anubis. -
SYMKEY_SIMON
SymKey Simon. -
SYMKEY_MARS
SymKey MARS. -
SYMKEY_LEA
SymKey LEA. -
STREAMKEY_SALSA20
StreamKey SALSA20. -
STREAMKEY_HC
StreamKey HC. -
STREAMKEY_CHACHA
StreamKey CHACHA. -
STREAMKEY_VMPC
StreamKey VMPC. -
STREAMKEY_ISAAC
StreamKey ISAAC. -
STREAMKEY_GRAIN
StreamKey GRAIN. -
STREAMKEY_RC4
StreamKey RC4. -
STREAMKEY_SOSEMANUK
StreamKey SOSEMANUK. -
STREAMKEY_RABBIT
StreamKey Rabbit. -
STREAMKEY_SNOW3G
StreamKey Snow3G. -
STREAMKEY_ZUC
StreamKey ZUC. -
STREAMKEY_SKEIN
StreamKey SkeinXof. -
STREAMKEY_BLAKE2
StreamKey Blake2Xof. -
STREAMKEY_BLAKE3
StreamKey Blake3Xof. -
STREAMKEY_ASCON
StreamKey Ascon. -
STREAMKEY_ELEPHANT
StreamKey Elephant. -
STREAMKEY_ISAP
StreamKey ISAP. -
STREAMKEY_PHOTONBEETLE
StreamKey PhotonBeetle. -
STREAMKEY_ROMULUS
StreamKey Romulus. -
STREAMKEY_SPARKLE
StreamKey Sparkle. -
STREAMKEY_XOODYAK
StreamKey Xoodyak.
-
-
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.
-