Signum
Toggle table of contents
3.26.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Signum
supreme
/
at.asitplus.signum.supreme.asymmetric
/
HPKE
/
Context
Context
inner
class
Context
(
mode
:
HPKE.Mode
,
shared_secret
:
ByteArray
,
info
:
ByteArray
,
psk
:
ByteArray
,
psk_id
:
ByteArray
)
:
HPKE.ContextSharedInterface
(
source
)
Members
Constructors
Context
Link copied to clipboard
constructor
(
mode
:
HPKE.Mode
,
shared_secret
:
ByteArray
,
info
:
ByteArray
,
psk
:
ByteArray
,
psk_id
:
ByteArray
)
Types
R
Link copied to clipboard
inner
class
R
:
HPKE.ContextSharedInterface
Receiver-side context
S
Link copied to clipboard
inner
class
S
:
HPKE.ContextSharedInterface
Sender-side context
Functions
Compute
Nonce
Link copied to clipboard
fun
ComputeNonce
(
)
:
ByteArray
Export
Link copied to clipboard
open
override
fun
Export
(
exporter_context
:
ByteArray
,
L
:
BitLength
)
:
ByteArray