Liking cljdoc? Tell your friends :D

jdk.security.MessageDigestSpi

This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.

All the abstract methods in this class must be implemented by a cryptographic service provider who wishes to supply the implementation of a particular message digest algorithm.

Implementations are free to implement the Cloneable interface.

This class defines the Service Provider Interface (SPI)
for the MessageDigest class, which provides the functionality
of a message digest algorithm, such as MD5 or SHA. Message digests are
secure one-way hash functions that take arbitrary-sized data and output a
fixed-length hash value.

 All the abstract methods in this class must be implemented by a
cryptographic service provider who wishes to supply the implementation
of a particular message digest algorithm.

 Implementations are free to implement the Cloneable interface.
raw docstring

->message-digest-spiclj

(->message-digest-spi)

Constructor.

Constructor.
raw docstring

cloneclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close