interface CryptoKeyPair
variable CryptoKeyPair
The constructor object for CryptoKeyPair.
CryptoKeyPair objects are returned by SubtleCrypto.generateKey
for asymmetric algorithms and cannot be constructed directly, so calling the
constructor throws.
Properties #
#prototype: CryptoKeyPair readonly