edgeport - v1.0.3
    Preparing search index...

    Interface P256KeyPair

    An ephemeral P-256 keypair: the private key and the uncompressed public point.

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