| Parameter | Type | Description |
|---|---|---|
| rngf | undefined |
See the dojox/encoding/crypto/RSAKey reference documentation for more information.
Return the PKCS#1 RSA decryption of "ctext".
| Parameter | Type | Description |
|---|---|---|
| ctext | String | an even-length hex string |
a plain string.
| Parameter | Type | Description |
|---|---|---|
| text | undefined |
Generate a new random private key B bits long, using public expt E
| Parameter | Type | Description |
|---|---|---|
| B | undefined | |
| E | undefined |
Set the private key fields N, e, d and CRT params from hex strings
| Parameter | Type | Description |
|---|---|---|
| N | undefined | |
| E | undefined | |
| D | undefined |
Set the private key fields N, e, d and CRT params from hex strings
| Parameter | Type | Description |
|---|---|---|
| N | undefined | |
| E | undefined | |
| D | undefined | |
| P | undefined | |
| Q | undefined | |
| DP | undefined | |
| DQ | undefined | |
| C | undefined |
Set the public key fields N and e from hex strings
| Parameter | Type | Description |
|---|---|---|
| N | undefined | |
| E | undefined |