corda / net.corda.core.messaging / CordaRPCOps / wellKnownPartyFromAnonymous

wellKnownPartyFromAnonymous

abstract fun wellKnownPartyFromAnonymous(party: AbstractParty): Party?

Returns the well known identity from an abstract party. This is intended to resolve the well known identity from a confidential identity, however it transparently handles returning the well known identity back if a well known identity is passed in.

Parameters

party - identity to determine well known identity for.

Return
well known identity, if found.