|
sipxportlib
Version 3.3
|
This is the complete list of members for UtlCryptoKey, 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 |
| clearKey() | UtlCryptoKey | protectedvirtual |
| 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 =0 | UtlCryptoKey | pure virtual |
| decrypt(const unsigned char *pSrc, int srcLen) const | UtlCryptoKey | virtual |
| encrypt(const unsigned char *pSrc, int srcLen, unsigned char *pDest, int *pDestLen) const =0 | UtlCryptoKey | pure virtual |
| encrypt(const unsigned char *pSrc, int srcLen) const | UtlCryptoKey | virtual |
| generateKey()=0 | UtlCryptoKey | pure virtual |
| getBase64Idx(unsigned char c) | UtlCryptoKey | protectedstatic |
| getBinaryKey() const | UtlCryptoKey | virtual |
| 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 =0 | UtlCryptoKey | pure virtual |
| getMaxDigestSize(int srcLen) | UtlCryptoKey | static |
| getMaxEncryptedSize(int srcLen) const =0 | UtlCryptoKey | pure virtual |
| getMaxSignatureSize(int srcLen) const | UtlCryptoKey | virtual |
| 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) | UtlCryptoKey | virtual |
| NUM_KEY_TYPES enum value | UtlCryptoKey | |
| output() const | UtlCryptoKey | 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 | |
| verify(const unsigned char *pSrc, int srcLen, const unsigned char *pSig, int sigLen) const | UtlCryptoKey | virtual |
| ~UtlCryptoKey() | UtlCryptoKey | virtual |
1.8.11