xmpp_p2p
    Preparing search index...

    Interface XmppOpenPgpStateFile

    interface XmppOpenPgpStateFile {
        createdAt: string;
        fingerprint: string;
        privateKey: string;
        publicKey: string;
        version: number;
    }
    Index

    Properties

    createdAt: string
    fingerprint: string
    privateKey: string
    publicKey: string
    version: number