Interface MACAlgorithm

All Superinterfaces:
AlgorithmDescriptor
All Known Implementing Classes:
HMACMD5, HMACRIPEMD160, HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384, HMACSHA512

public interface MACAlgorithm extends AlgorithmDescriptor
Interface for message authentication code (MAC) algorithm descriptors.
  • Method Details

    • getDigest

      @Nonnull @NotEmpty String getDigest()
      Get the JCA digest algorithm specified by this algorithm.
      Returns:
      the digest algorithm