Class CryptoConstants
java.lang.Object
br.net.dd.netherwingcore.common.cryptography.CryptoConstants
A utility class that defines constants related to cryptographic operations, such as digest lengths for various hashing algorithms.
This class is not meant to be instantiated and serves as a centralized location for cryptographic constants used throughout the application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
MD5_DIGEST_LENGTH_BYTES
public static final int MD5_DIGEST_LENGTH_BYTES- See Also:
-
SHA1_DIGEST_LENGTH_BYTES
public static final int SHA1_DIGEST_LENGTH_BYTES- See Also:
-
SHA256_DIGEST_LENGTH_BYTES
public static final int SHA256_DIGEST_LENGTH_BYTES- See Also:
-
SHA512_DIGEST_LENGTH_BYTES
public static final int SHA512_DIGEST_LENGTH_BYTES- See Also:
-