updateProtected

protected expect open fun updateProtected(input: Byte)(source)

Optional override for implementations to intercept cleansed input before being processed by the Digest abstraction.


protected expect open fun updateProtected(input: ByteArray, offset: Int, len: Int)(source)

Optional override for implementations to intercept cleansed input before being processed by the Digest abstraction. Parameters passed to this function are always valid and have been checked for appropriateness.

protected actual open fun updateProtected(input: Byte)(source)

Optional override for implementations to intercept cleansed input before being processed by the Digest abstraction.


protected actual open fun updateProtected(input: ByteArray, offset: Int, len: Int)(source)

Optional override for implementations to intercept cleansed input before being processed by the Digest abstraction. Parameters passed to this function are always valid and have been checked for appropriateness.

protected actual open fun updateProtected(input: Byte)(source)

Optional override for implementations to intercept cleansed input before being processed by the Digest abstraction.


protected actual open fun updateProtected(input: ByteArray, offset: Int, len: Int)(source)

Optional override for implementations to intercept cleansed input before being processed by the Digest abstraction. Parameters passed to this function are always valid and have been checked for appropriateness.