Interface rsa/shared. RsaOaepProxiedPubCryptoKey
source · [−]Properties
sourceself
self
Methods
sourceencrypt
encrypt
source(algorithm: Omit<EnforcedRsaOaepParams, "name">, data: BufferSource): Promise<ArrayBuffer>
(algorithm: Omit<EnforcedRsaOaepParams, "name">, data: BufferSource): Promise<ArrayBuffer>
Parameters
algorithm: Omit<EnforcedRsaOaepParams, "name">
data: BufferSource
Returns Promise<ArrayBuffer>
sourcewrapKey
wrapKey
source(format: KeyFormat, key: CryptoKey, wrapAlgorithm?: Omit<EnforcedRsaOaepParams, "name">): Promise<ArrayBuffer>
(format: KeyFormat, key: CryptoKey, wrapAlgorithm?: Omit<EnforcedRsaOaepParams, "name">): Promise<ArrayBuffer>
Parameters
format: KeyFormat
key: CryptoKey
Optional wrapAlgorithm: Omit<EnforcedRsaOaepParams, "name">