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
Public
Key
Accessor
@
SubclassOptInRequired
(
markerClass
=
[
CryptographyProviderApi::class
]
)
interface
PublicKeyAccessor
<
PublicK
>
(
source
)
Provides access to the associated public key of type
PublicK
.
Inheritors
PrivateKey
PrivateKey
PrivateKey
PrivateKey
PrivateKey
PrivateKey
Members
Functions
get
Public
Key
Link copied to clipboard
open
suspend
fun
getPublicKey
(
)
:
PublicK
Returns the associated public key.
get
Public
Key
Blocking
Link copied to clipboard
abstract
fun
getPublicKeyBlocking
(
)
:
PublicK
Returns the associated public key.