AbstractRsaOaepAlgorithm

AbstractRsaOaepAlgorithm ⇐ AbstractAlgorithm

Kind: global abstract class
Extends: AbstractAlgorithm
Model:
Properties

NameTypeDescription
isRsaOaepboolean

Flag to identify RSA-OAEP

nameString

Name to be used

hashString

Hash to be used, by default $CryptoDigestAlgorithm.SHA_256

labelArrayBuffer | TypedArray | DataView

Array of bytes that does not itself need to be encrypted but which should be bound to the ciphertext

AbstractRsaOaepAlgorithm()

A cryptographic algorithm class holding a defined RSA model.