Class TripleDES.AuthParameters

All Implemented Interfaces:
AuthenticationParameters<TripleDES.AuthParameters>, AuthenticationParametersWithIV<TripleDES.AuthParameters>, Parameters, ParametersWithIV<TripleDES.AuthParameters>
Enclosing class:
TripleDES

public static final class TripleDES.AuthParameters extends GeneralAuthParameters<TripleDES.AuthParameters>
Parameters for Triple-DES non-FIPS AEAD and MAC modes..
  • Constructor Details

    • AuthParameters

      public AuthParameters(GeneralAlgorithm algorithm)
      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.
  • Method Details