class InMemoryIdentityService : IdentityServiceSimple identity service which caches parties and provides functionality for efficient lookup.
| <init> |
InMemoryIdentityService()Simple identity service which caches parties and provides functionality for efficient lookup. |
| partyFromKey |
fun partyFromKey(key: PublicKey): Party? |
| partyFromName |
fun partyFromName(name: String): Party? |
| registerIdentity |
fun registerIdentity(party: Party): Unit |