isPrivateKeyData

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

Determines if the input data corresponds to a private key

Return

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

Parameters

identifier

a string that identifies the key

data

a ByteArray that represents the raw data