crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
RSA.decrypt
crypto
rsa
RSA
Undocumented in source. Be warned that the author may not have intended to support it.
ubyte
[]
decrypt
(string key, ubyte[] data, bool mixinXteaMode)
class
RSA
static
ubyte
[]
decrypt
(
T
:
iPKCS
=
SimpleFormat
)
(
string
key
,
ubyte
[]
data
,
bool
mixinXteaMode
= false
)
ubyte
[]
decrypt
(RSAKeyInfo key, ubyte[] data, bool mixinXteaMode)
Meta
Source
See Implementation
crypto
rsa
RSA
static functions
decodeKey
decrypt
encodeKey
encrypt
generateKeyPair