corda / net.corda.core.node.services / IdentityService / publicKeysForExternalId

publicKeysForExternalId

abstract fun publicKeysForExternalId(externalId: UUID): Iterable<PublicKey>

This method returns all the PublicKeys which have been mapped to the supplied external ID.

Parameters

externalId - the external ID to lookup PublicKeys for