cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.operations
/
SignatureVerifier
/
tryVerifySignatureBlocking
try
Verify
Signature
Blocking
open
fun
tryVerifySignatureBlocking
(
data
:
ByteArray
,
signature
:
ByteArray
)
:
Boolean
(
source
)
open
fun
tryVerifySignatureBlocking
(
data
:
ByteString
,
signature
:
ByteString
)
:
Boolean
(
source
)
open
fun
tryVerifySignatureBlocking
(
data
:
RawSource
,
signature
:
ByteString
)
:
Boolean
(
source
)