Title here
Summary here
AbstractAlgorithm
Kind: global abstract class
Extends: AbstractAlgorithm
Model:
Properties
Name | Type | Description |
---|---|---|
isRsaOaep | boolean | Flag to identify RSA-OAEP |
name | String | Name to be used |
hash | String | Hash to be used, by default $CryptoDigestAlgorithm.SHA_256 |
label | ArrayBuffer | TypedArray | DataView | Array of bytes that does not itself need to be encrypted but which should be bound to the ciphertext |
A cryptographic algorithm class holding a defined RSA model.