Interface TlsHMAC

  • All Superinterfaces:
    TlsMAC
    All Known Implementing Classes:
    JceTlsHMAC

    public interface TlsHMAC
    extends TlsMAC
    Interface for MAC services based on HMAC.
    • Method Detail

      • getInternalBlockSize

        int getInternalBlockSize()
        Return the internal block size for the message digest underlying this HMAC service.
        Returns:
        the internal block size for the digest (in bytes).