verify

fun verify(signatureSerialized: ByteArray, expectedPlaintext: ByteArray, trustedCertificates: List<Certificate>): Certificate

Verify signatureSerialized and return the signer's certificate if valid.