corda / net.corda.core.crypto / SignedData / verifyData

verifyData

protected open fun verifyData(data: T): Unit

Verify the wrapped data after the signature has been verified and the data deserialised. Provided as an extension point for subclasses.

Exceptions

IllegalArgumentException - if the data is invalid.