EventLogEncryption
Encrytion
EventLogEncryption
Added in v1.0.0
Source
Signature
declare class EventLogEncryption extends any {
constructor();
}layerSubtle
Added in v1.0.0
Source
Signature
declare const layerSubtle: Layer.Layer<EventLogEncryption>;makeEncryptionSubtle
Added in v1.0.0
Source
Signature
declare function makeEncryptionSubtle(crypto: Crypto): Effect<any>;Models
EncryptedEntry
Added in v1.0.0
Source
Signature
declare const EncryptedEntry: Struct<{
readonly encryptedEntry: any;
readonly entryId: any;
}>;EncryptedRemoteEntry
Added in v1.0.0
Source
Signature
declare const EncryptedRemoteEntry: Struct<{
readonly encryptedEntry: any;
readonly entryId: any;
readonly iv: any;
readonly sequence: Number;
}>;EncryptedRemoteEntry interface
Added in v1.0.0
Source
Signature
interface EncryptedRemoteEntry extends Type<typeof EncryptedRemoteEntry> {
[key: string]: any;
}