Liking cljdoc? Tell your friends :D

jdk.security.SignatureSpi

This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm. Digital signatures are used for authentication and integrity assurance of digital data. . All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a particular signature algorithm.

This class defines the Service Provider Interface (SPI)
 for the Signature class, which is used to provide the
 functionality of a digital signature algorithm. Digital signatures are used
 for authentication and integrity assurance of digital data.
.
  All the abstract methods in this class must be implemented by each
 cryptographic service provider who wishes to supply the implementation
 of a particular signature algorithm.
raw docstring

->signature-spiclj

(->signature-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