isPublicKeyData

open override fun isPublicKeyData(identifier: String, data: ByteArray): Boolean(source)

Checks if the provided data is associated with a public key identified by the given identifier.

Return

True if the data is associated with a public key, false otherwise.

Parameters

identifier

The identifier for the public key.

data

The data to check.