![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Полный список членов класса PICrypt, включая наследуемые из базового класса
| crypt(const PIByteArray &data) | PICrypt | |
| crypt(const PIByteArray &data, PIByteArray key) | PICrypt | static |
| crypt(const PIByteArray &data, const PIByteArray &public_key, const PIByteArray &secret_key) | PICrypt | |
| decrypt(const PIByteArray &crypt_data, bool *ok=0) | PICrypt | |
| decrypt(const PIByteArray &crypt_data, PIByteArray key, bool *ok=0) | PICrypt | static |
| decrypt(const PIByteArray &crypt_data, const PIByteArray &public_key, const PIByteArray &secret_key, bool *ok=0) | PICrypt | |
| extractSignPublicKey(const PIByteArray &secret_key) | PICrypt | static |
| generateKey() | PICrypt | static |
| generateKeypair(PIByteArray &public_key, PIByteArray &secret_key) | PICrypt | static |
| generateKeypair(PIByteArray &public_key, PIByteArray &secret_key, const PIByteArray &seed) | PICrypt | static |
| generateRandomBuff(int size) | PICrypt | static |
| generateSignKeys(PIByteArray &public_key, PIByteArray &secret_key) | PICrypt | static |
| generateSignKeys(PIByteArray &public_key, PIByteArray &secret_key, const PIByteArray &seed) | PICrypt | static |
| hash(PIString secret) | PICrypt | static |
| hash(const PIByteArray &data) | PICrypt | static |
| hash(const PIByteArray &data, const unsigned char *key, size_t keylen) | PICrypt | static |
| key() | PICrypt | inline |
| passwordHash(PIString password, const PIByteArray &seed) | PICrypt | static |
| PICrypt() | PICrypt | |
| setKey(const PIByteArray &key) | PICrypt | |
| setKey(const PIString &secret) | PICrypt | |
| shorthash(const PIString &s, PIByteArray key=PIByteArray()) | PICrypt | static |
| signMessage(const PIByteArray &data, const PIByteArray &secret_key) | PICrypt | |
| sizeCrypt() | PICrypt | static |
| sizeHash() | PICrypt | static |
| sizeKey() | PICrypt | static |
| verifySign(const PIByteArray &data, const PIByteArray &signature, const PIByteArray &public_key) | PICrypt | |
| version() | PICrypt | static |