E2ETestKeyManagementService |
class E2ETestKeyManagementService : SingletonSerializeAsToken, KeyManagementService
A simple in-memory KMS that doesn't bother saving keys to disk. A real implementation would: |
PersistentKeyManagementService |
class PersistentKeyManagementService : SingletonSerializeAsToken, KeyManagementService
A persistent re-implementation of E2ETestKeyManagementService to support node re-start. |