computeSecret

fun computeSecret(    otherPublicKey: <Error class: unknown class><out <Error class: unknown class>>,     inputEncoding: Nothing? = definedExternally,     outputEncoding: Nothing? = definedExternally): Buffer<*>(source)
fun computeSecret(otherPublicKey: String, inputEncoding: BinaryToTextEncoding, outputEncoding: Nothing? = definedExternally): Buffer<*>(source)
fun computeSecret(    otherPublicKey: <Error class: unknown class><out <Error class: unknown class>>,     inputEncoding: Nothing?,     outputEncoding: BinaryToTextEncoding): String(source)
fun computeSecret(otherPublicKey: String, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): String(source)