Module java.base
Package javax.crypto

Class MacSpi

java.lang.Object
javax.crypto.MacSpi

public abstract class MacSpi extends Object
This class defines the Service Provider Interface (SPI) for the Mac class. All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a particular MAC algorithm.

Implementations are free to implement the Cloneable interface.

Since:
1.4