Class AuthDefines
java.lang.Object
br.net.dd.netherwingcore.common.cryptography.authentication.AuthDefines
Defines constants and utilities related to authentication within the NetherwingCore system.
This class provides a definition for the session key used in cryptographic operations and ensures
its validity and consistency by enforcing its fixed length.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a session key with a fixed length of 40 bytes. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe fixed length of the session key in bytes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SESSION_KEY_LENGTH
public static final int SESSION_KEY_LENGTHThe fixed length of the session key in bytes.- See Also:
-
-
Constructor Details
-
AuthDefines
public AuthDefines()
-