RsaEncryptionAlgorithm type

A union type representing all supported RSA encryption algorithms.

type RsaEncryptionAlgorithm = "RSA1_5" | "RSA-OAEP" | "RSA-OAEP-256"