SignalCD Modern PoC API
    Preparing search index...

    Interface IdentityKeyPair

    interface IdentityKeyPair {
        privateKey: CryptoKey;
        publicKey: CryptoKey;
    }

    Hierarchy (View Summary)

    Index
    privateKey: CryptoKey
    publicKey: CryptoKey