|
sipxportlib
Version 3.3
|
This is the complete list of members for UtlCryptoKeySym, including all inherited members.
| base64Decode(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) | UtlCryptoKey | static |
| base64Decode(const UtlString &pSrc, unsigned char *pDest, int *pDestLen) | UtlCryptoKey | static |
| base64Decode(const unsigned char *pSrc, int srcLen) | UtlCryptoKey | static |
| base64Decode(const UtlString &pSrc) | UtlCryptoKey | static |
| base64Encode(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) | UtlCryptoKey | static |
| base64Encode(const unsigned char *pSrc, int srcLen) | UtlCryptoKey | static |
| computeDigest(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) | UtlCryptoKey | static |
| computeDigest(const unsigned char *pSrc, int srcLen) | UtlCryptoKey | static |
| decrypt(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) const | UtlCryptoKeySym | virtual |
| UtlCryptoKey::decrypt(const unsigned char *pSrc, int srcLen) const | UtlCryptoKey | virtual |
| encrypt(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) const | UtlCryptoKeySym | virtual |
| UtlCryptoKey::encrypt(const unsigned char *pSrc, int srcLen) const | UtlCryptoKey | virtual |
| generateKey() | UtlCryptoKeySym | virtual |
| getBase64Idx(unsigned char c) | UtlCryptoKey | protectedstatic |
| getBinaryKey() const | UtlCryptoKeySym | virtual |
| getBinaryKey(char *buffer, int bufferLength) | UtlCryptoKeySym | |
| getDigestAlgType() | UtlCryptoKey | static |
| getKeyType() const | UtlCryptoKey | inline |
| getLastError() const | UtlCryptoKey | inline |
| getMaxBase64DecodedSize(int srcLen) | UtlCryptoKey | static |
| getMaxBase64EncodedSize(int srcLen) | UtlCryptoKey | static |
| getMaxDecryptedSize(int srcLen) const | UtlCryptoKeySym | virtual |
| getMaxDigestSize(int srcLen) | UtlCryptoKey | static |
| getMaxEncryptedSize(int srcLen) const | UtlCryptoKeySym | virtual |
| getMaxSignatureSize(int srcLen) const | UtlCryptoKey | virtual |
| getTotalKeyLength() | UtlCryptoKeySym | |
| importFromFile(const char *pFilename) | UtlCryptoKey | virtual |
| isBase64(unsigned char c) | UtlCryptoKey | protectedstatic |
| isPrivate() const | UtlCryptoKey | inline |
| isPublic() const | UtlCryptoKey | inline |
| isSymmetric() const | UtlCryptoKey | inline |
| isValid() const | UtlCryptoKey | inline |
| KEY_INVALID enum value | UtlCryptoKey | |
| KEY_PRIVATE enum value | UtlCryptoKey | |
| KEY_PUBLIC enum value | UtlCryptoKey | |
| KEY_SYMMETRIC enum value | UtlCryptoKey | |
| KeyType enum name | UtlCryptoKey | |
| loadBinaryKey(const unsigned char *pSrc, int srcLen) | UtlCryptoKeySym | virtual |
| NUM_KEY_TYPES enum value | UtlCryptoKey | |
| output() const | UtlCryptoKeySym | virtual |
| sBase64Chars | UtlCryptoKey | protectedstatic |
| setKeyType(KeyType type) | UtlCryptoKey | inlineprotected |
| setLastError(unsigned long err) const | UtlCryptoKey | protected |
| sign(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) const | UtlCryptoKey | virtual |
| sign(const unsigned char *pSrc, int srcLen) const | UtlCryptoKey | virtual |
| UtlCryptoKey() | UtlCryptoKey | |
| UtlCryptoKeySym() | UtlCryptoKeySym | |
| verify(const unsigned char *pSrc, int srcLen, const unsigned char *pSig, int sigLen) const | UtlCryptoKey | virtual |
| ~UtlCryptoKey() | UtlCryptoKey | virtual |
| ~UtlCryptoKeySym() | UtlCryptoKeySym |
1.8.11