MCPcopy
hub / github.com/fccview/jotty / PGPKeyMetadata

Interface PGPKeyMetadata

app/_types/encryption.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type EncryptionMethod = "pgp" | "xchacha";
2
3export interface PGPKeyMetadata {
4 keyFingerprint: string;
5 createdAt: string;
6 algorithm: string;
7}
8
9export interface EncryptionSettings {
10 method: EncryptionMethod;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected