Documentation
    Preparing search index...
    interface CryptoKeyPair {
        privateKey: CryptoKey;
        publicKey: CryptoKey;
    }
    Index

    Properties

    privateKey: CryptoKey
    publicKey: CryptoKey