Class CryptoHash.Algorithms
java.lang.Object
br.net.dd.netherwingcore.common.cryptography.CryptoHash.Algorithms
- Enclosing class:
CryptoHash
Predefined DigestCreators and their corresponding digest lengths for common algorithms.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CryptoHash.DigestCreatorstatic final intstatic final CryptoHash.DigestCreatorstatic final intstatic final CryptoHash.DigestCreatorstatic final intstatic final CryptoHash.DigestCreatorstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MD5
-
SHA1
-
SHA256
-
SHA512
-
MD5_LEN
public static final int MD5_LEN- See Also:
-
SHA1_LEN
public static final int SHA1_LEN- See Also:
-
SHA256_LEN
public static final int SHA256_LEN- See Also:
-
SHA512_LEN
public static final int SHA512_LEN- See Also:
-
-
Constructor Details
-
Algorithms
public Algorithms()
-