toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.algorithms
/
BaseAesImplicitIvEncryptFunction
Base
Aes
Implicit
Iv
Encrypt
Function
class
BaseAesImplicitIvEncryptFunction
(
iv
:
ByteArray
,
cipherFunction
:
CipherFunction
)
:
CipherFunction
(
source
)
Members
Constructors
Base
Aes
Implicit
Iv
Encrypt
Function
Link copied to clipboard
constructor
(
iv
:
ByteArray
,
cipherFunction
:
CipherFunction
)
Functions
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