Static Public Member Functions | |
| static PROUD_API bool | CreateRandomBlock (ByteArray &output, int length) |
| static PROUD_API bool | CreatePublicAndPrivateKey (CCryptoRsaKey &outXchgKey, ByteArray &outPubKeyBlob) |
| static PROUD_API bool | EncryptSessionKeyByPublicKey (ByteArray &outEncryptedSessionKey, const ByteArray &randomBlock, const ByteArray &publicKeyBlob) |
| static PROUD_API ErrorInfoPtr | DecryptSessionKeyByPrivateKey (ByteArray &outRandomBlock, const ByteArray &encryptedSessionKey, const CCryptoRsaKey &privateKey) |
Encryption class of RSA publick key, private key
|
static |
TODO:translate needed. Creates RSA publick key and private key.
| outXchgKey | RSA key that will be created |
| outPubKeyBlob | ByteArray value of public key that export from RSA key. |
|
static |
|
static |