verify

open fun verify(algorithm: String, key: CryptoKey, signature: ArrayBuffer, data: ArrayBuffer): Promise<Boolean>
open fun verify(algorithm: String, key: CryptoKey, signature: ArrayBuffer, data: ArrayBufferView): Promise<Boolean>
open fun verify(algorithm: String, key: CryptoKey, signature: ArrayBufferView, data: ArrayBuffer): Promise<Boolean>
open fun verify(algorithm: String, key: CryptoKey, signature: ArrayBufferView, data: ArrayBufferView): Promise<Boolean>
open fun verify(algorithm: SubtleCryptoSignAlgorithm, key: CryptoKey, signature: ArrayBuffer, data: ArrayBuffer): Promise<Boolean>
open fun verify(algorithm: SubtleCryptoSignAlgorithm, key: CryptoKey, signature: ArrayBuffer, data: ArrayBufferView): Promise<Boolean>
open fun verify(algorithm: SubtleCryptoSignAlgorithm, key: CryptoKey, signature: ArrayBufferView, data: ArrayBuffer): Promise<Boolean>
open fun verify(algorithm: SubtleCryptoSignAlgorithm, key: CryptoKey, signature: ArrayBufferView, data: ArrayBufferView): Promise<Boolean>