Documentation
    Preparing search index...

    Interface CryptoKeyPair

    interface CryptoKeyPair {
        privateKey: CryptoKey;
        publicKey: CryptoKey;
    }
    Index
    privateKey: CryptoKey
    publicKey: CryptoKey