isPublicKeyData

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

Determines if the input data corresponds to a public key

Return

a boolean value that tells if the identifier represents the public key

Parameters

identifier

a string that identifies the key

data

a ByteArray that represents the raw data