vncore / com.venuenext.vncore.http / OAuth / computeSignature

computeSignature

fun computeSignature(context: Context, signatureBaseString: String): String

Computes signature for given string.

Parameters

signatureBaseString - the string to be computed.

Return
the computed signature byte array.

fun computeSignature(context: Context, signatureBaseString: ByteArray): String

Computes signature for given byte array.

Parameters

signatureBaseString - the byte array to be computed.

Return
the computed signature string.