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.
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.
(clone this)
Returns a clone if the implementation is cloneable.
returns: a clone if the implementation is cloneable. - java.lang.Object
throws: java.lang.CloneNotSupportedException - if this is called on an implementation that does not support Cloneable.
Returns a clone if the implementation is cloneable. returns: a clone if the implementation is cloneable. - `java.lang.Object` throws: java.lang.CloneNotSupportedException - if this is called on an implementation that does not support Cloneable.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close