Class AuthDefines

java.lang.Object
br.net.dd.netherwingcore.common.cryptography.authentication.AuthDefines

public class AuthDefines extends Object
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.
  • Field Details

    • SESSION_KEY_LENGTH

      public static final int SESSION_KEY_LENGTH
      The fixed length of the session key in bytes.
      See Also:
  • Constructor Details

    • AuthDefines

      public AuthDefines()