igcv3 - v1.1.0
    Preparing search index...

    Key pair result from ECC generation

    interface EccKeyPair {
        privateKey: CryptoKey;
        publicKey: CryptoKey;
        algorithm: EccAlgorithm;
        curve?: EcdsaCurve;
    }
    Index

    Properties

    privateKey: CryptoKey
    publicKey: CryptoKey
    algorithm: EccAlgorithm
    curve?: EcdsaCurve