toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.operations
/
BaseCipherFunction
Base
Cipher
Function
abstract
class
BaseCipherFunction
:
CipherFunction
,
AutoCloseable
(
source
)
Inheritors
AccumulatingCipherFunction
Members
Constructors
Base
Cipher
Function
Link copied to clipboard
constructor
(
)
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
transform
Link copied to clipboard
open
override
fun
transform
(
source
:
ByteArray
,
startIndex
:
Int
,
endIndex
:
Int
)
:
ByteArray
transformed
Sink
Link copied to clipboard
open
override
fun
transformedSink
(
sink
:
RawSink
)
:
RawSink
transformed
Source
Link copied to clipboard
open
override
fun
transformedSource
(
source
:
RawSource
)
:
RawSource