MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / IKeyring

Interface IKeyring

packages/@stdlib/crypto/src/keyrings/keyring.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface IKeyring extends Wrappable {
12 get keyMetadata(): KeyMetadata[];
13
14 get content(): Uint8Array;
15 get wrappedValue(): Uint8Array;
16
17 addKey(key: Uint8Array);
18}
19
20export function createKeyring(
21 value: Uint8Array,

Callers 6

keyring.spec.tsFile · 0.65
addKeyMethod · 0.65
addKeyMethod · 0.65
step2Function · 0.65

Implementers 3

Keyringpackages/@stdlib/crypto/src/keyrings/k
SymmetricKeyringpackages/@stdlib/crypto/src/keyrings/s
PrivateKeyringpackages/@stdlib/crypto/src/keyrings/p

Calls

no outgoing calls

Tested by

no test coverage detected