Class GOST28147.AuthParameters

    • Constructor Detail

      • AuthParameters

        public AuthParameters​(GeneralAlgorithm algorithm,
                              byte[] sBox)
        Base constructor - the algorithm, null IV. In this case the tag length defaults to the 64 for CMAC, 32 bits otherwise.
        Parameters:
        algorithm - algorithm mode.
        sBox - alternate sBox to use.