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.operations
/
PublicKeyAccessor
/
getPublicKey
get
Public
Key
open
suspend
fun
getPublicKey
(
)
:
PublicK
(
source
)
Returns the associated public key.
Use
getPublicKeyBlocking
when calling from non-suspending code.