RSA.decrypt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] decrypt(string key, ubyte[] data, bool mixinXteaMode)
    class RSA
    static
    ubyte[]
    decrypt
    (
    string key
    ,
    ubyte[] data
    ,
    bool mixinXteaMode = false
    )
  2. ubyte[] decrypt(RSAKeyInfo key, ubyte[] data, bool mixinXteaMode)

Meta