toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
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
)