Class AbstractIdentifierWithHMACGenerator<T>

    • Constructor Detail

      • AbstractIdentifierWithHMACGenerator

        public AbstractIdentifierWithHMACGenerator​(SecretKey hmacKey)
        Creates a new generator of secure random identifiers with SHA-256 based Message Authentication Code (MAC) protection.
        Parameters:
        hmacKey - The HMAC key, must be 256 bits long.