VerifyFunction

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun reset()
Link copied to clipboard
abstract fun tryVerify(signature: ByteArray, startIndex: Int = 0, endIndex: Int = signature.size): Boolean
open fun tryVerify(signature: ByteString, startIndex: Int = 0, endIndex: Int = signature.size): Boolean
Link copied to clipboard
open fun update(source: RawSource)
abstract fun update(source: ByteArray, startIndex: Int = 0, endIndex: Int = source.size)
open fun update(source: ByteString, startIndex: Int = 0, endIndex: Int = source.size)
Link copied to clipboard
open fun updatingSink(sink: RawSink): RawSink
Link copied to clipboard
open fun updatingSource(source: RawSource): RawSource
Link copied to clipboard
abstract fun verify(signature: ByteArray, startIndex: Int = 0, endIndex: Int = signature.size)
open fun verify(signature: ByteString, startIndex: Int = 0, endIndex: Int = signature.size)