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
/
VerifyFunction
/
tryVerify
try
Verify
abstract
fun
tryVerify
(
signature
:
ByteArray
,
startIndex
:
Int
=
0
,
endIndex
:
Int
=
signature.size
)
:
Boolean
(
source
)
open
fun
tryVerify
(
signature
:
ByteString
,
startIndex
:
Int
=
0
,
endIndex
:
Int
=
signature.size
)
:
Boolean
(
source
)