Interface AuthenticationParameters<T extends Parameters>

    • Method Detail

      • getMACSizeInBits

        int getMACSizeInBits()
        Return the size of the MAC these parameters are for.
        Returns:
        the MAC size in bits.
      • withMACSize

        T withMACSize​(int macSizeInBits)
        Create a parameter set with the specified MAC size associated with it.
        Parameters:
        macSizeInBits - bit length of the MAC length.
        Returns:
        the new parameter set.