corda / net.corda.core.node.services / KeyManagementService / filterMyKeys

filterMyKeys

abstract fun filterMyKeys(candidateKeys: Iterable<PublicKey>): Iterable<PublicKey>

Filter some keys down to the set that this node owns (has private keys for).

Parameters

candidateKeys - keys which this node may own.