net.corda.node.services.network / WireNodeRegistration / verifyData

verifyData

protected fun verifyData(data: NodeRegistration): 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.