fun computeSignature(context: Context, signatureBaseString: String): String
Computes signature for given string.
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.
signatureBaseString
- the byte array to be computed.
Return
the computed signature string.