corda / net.corda.core.crypto / SignedData / verified

verified

fun verified(): T

Return the deserialized data if the signature can be verified.

Exceptions

IllegalArgumentException - if the data is invalid (only used if verifyData() is overloaded).

SignatureException - if the signature is invalid.