criollo-kmp-foundation
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
criollo-kmp-foundation
serializers
/
io.github.jdbenitez94.criollo.kmp.foundation.kryptostore.serializers
/
EncryptedProtoSerializer
/
EncryptedProtoSerializer
Encrypted
Proto
Serializer
constructor
(
inner
:
ProtoOkioSerializer
<
T
>
,
cipher
:
Cipher
,
options
:
EncryptedStoreOptions
=
EncryptedStoreOptions()
)
constructor
(
inner
:
ProtoOkioSerializer
<
T
>
,
cipher
:
Cipher
,
associatedData
:
ByteArray
,
legacyAssociatedData
:
ByteArray
?
=
null
,
allowPlaintextRead
:
Boolean
=
false
)