cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.operations
/
CipherFunction
Cipher
Function
interface
CipherFunction
(
source
)
Inheritors
BaseAesImplicitIvEncryptFunction
BaseAesImplicitIvDecryptFunction
BaseCipherFunction
Members
Functions
transform
Link copied to clipboard
abstract
fun
transform
(
source
:
ByteArray
,
startIndex
:
Int
=
0
,
endIndex
:
Int
=
source.size
)
:
ByteArray
transformed
Sink
Link copied to clipboard
abstract
fun
transformedSink
(
sink
:
RawSink
)
:
RawSink
transformed
Source
Link copied to clipboard
abstract
fun
transformedSource
(
source
:
RawSource
)
:
RawSource