Interface ICacheCallbacks
Methods
Optional
getCrossSigningKeyCache
- getCrossSigningKeyCache(type, expectedPublicKey?): Promise<null | Uint8Array>
Parameters
- type: string
Optional
expectedPublicKey: string
Optional
storeCrossSigningKeyCache
- storeCrossSigningKeyCache(type, key?): Promise<void>