RSA

Undocumented in source.

Members

Static functions

decodeKey
RSAKeyInfo decodeKey(string key)

Undocumented in source. Be warned that the author may not have intended to support it.

decrypt
ubyte[] decrypt(RSAKeyInfo key, ubyte[] data, bool mixinXteaMode)

Undocumented in source. Be warned that the author may not have intended to support it.

decrypt
ubyte[] decrypt(string key, ubyte[] data, bool mixinXteaMode)

Undocumented in source. Be warned that the author may not have intended to support it.

encodeKey
string encodeKey(BigInt modulus, BigInt exponent)

Undocumented in source. Be warned that the author may not have intended to support it.

encrypt
ubyte[] encrypt(string key, ubyte[] data, bool mixinXteaMode)

Undocumented in source. Be warned that the author may not have intended to support it.

encrypt
ubyte[] encrypt(RSAKeyInfo key, ubyte[] data, bool mixinXteaMode)

Undocumented in source. Be warned that the author may not have intended to support it.

generateKeyPair
RSAKeyPair generateKeyPair(uint bitLength)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta