Documentation
    Preparing search index...

    Interface ExportedWebCryptoKeypair

    interface ExportedWebCryptoKeypair {
        privateKey: CryptoKey;
        publicKey: Uint8Array;
    }
    Index

    Properties

    privateKey: CryptoKey
    publicKey: Uint8Array