cryptography-kotlin
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
DH
/
publicKeyDecoder
public
Key
Decoder
abstract
fun
publicKeyDecoder
(
)
:
Decoder
<
DH.PublicKey.Format
,
DH.PublicKey
>
(
source
)
Returns a
Decoder
that decodes DH public keys from the specified
PublicKey.Format
.