cryptoKeyPair top-level property

dynamic get cryptoKeyPair

The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.

Implementation

_i2.dynamic get cryptoKeyPair => _i4.getProperty(
      _self,
      'CryptoKeyPair',
    );