Generate key pair (for asymmetric algorithm) or secret key (for symmetric algorithm).
Key generation parameters.
Whether to generate as extractable WebCrypto key.
Generated key pair or secret key.
Optional
importImport public key from SubjectPublicKeyInfo.
Readonly
keyWebCrypto KeyUsages for generated keys. These are specified separately for private/public/secret keys.
Create a low level signing function from private key (in asymmetric algorithm) or secret key (in symmetric algorithm).
Create a low level verification function from public key (in asymmetric algorithm) or secret key (in symmetric algorithm).
Readonly
sigSigInfo.sigType number for signatures produced by this algorithm.
Readonly
uuidIdentifies an algorithm in storage.
WebCrypto based signing algorithm implementation.