Class HMACAlgorithm


public class HMACAlgorithm extends DigestAlgorithm
Algorithms for performing HMACs. These can be used to create MessageDigests.
  • Field Details

    • SHA1

      @Deprecated(since="5.0.1", forRemoval=true) public static final HMACAlgorithm SHA1
      Deprecated, for removal: This API element is subject to removal in a future version.
      SHA-X HMAC. This is a Message Authentication Code that uses a symmetric key together with SHA-X digesting to create a form of signature.
    • SHA256

      public static final HMACAlgorithm SHA256
    • SHA384

      public static final HMACAlgorithm SHA384
    • SHA512

      public static final HMACAlgorithm SHA512
  • Constructor Details

  • Method Details