Overview | Namespace | Class | Index | Help |
rtlCipherAlgorithm | Algorithm, |
rtlCipherMode | Mode ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Algorithm | cipher algorithm. |
Mode | cipher mode. |
rtlCipherMode | Mode ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
rtlCipher | Cipher, |
const void * | pData, |
sal_uInt32 | nDatLen, |
sal_uInt8 * | pBuffer, |
sal_uInt32 | nBufLen ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Cipher | cipher handle. |
pData | ciphertext buffer. |
nDatLen | ciphertext length in bytes. |
pBuffer | plaintext buffer. |
nBufLen | plaintext length in bytes. |
rtlCipher | Cipher, |
const void * | pData, |
sal_uInt32 | nDatLen, |
sal_uInt8 * | pBuffer, |
sal_uInt32 | nBufLen ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
rtlCipher | Cipher ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Cipher | cipher handle to be destroyed. |
rtlCipher | Cipher ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
rtlCipher | Cipher, |
const void * | pData, |
sal_uInt32 | nDatLen, |
sal_uInt8 * | pBuffer, |
sal_uInt32 | nBufLen ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Cipher | cipher handle. |
pData | plaintext buffer. |
nDatLen | plaintext length in bytes. |
pBuffer | ciphertext buffer. |
nBufLen | ciphertext length in bytes. |
rtlCipher | Cipher, |
const void * | pData, |
sal_uInt32 | nDatLen, |
sal_uInt8 * | pBuffer, |
sal_uInt32 | nBufLen ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
rtlCipher | Cipher, |
rtlCipherDirection | Direction, |
const sal_uInt8 * | pKeyData, |
sal_uInt32 | nKeyLen, |
const sal_uInt8 * | pArgData, |
sal_uInt32 | nArgLen ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Cipher | cipher handle. |
Direction | cipher direction. |
pKeyData | key material buffer. |
nKeyLen | key material length in bytes. |
pArgData | initialization vector buffer. |
nArgLen | initialization vector length in bytes. |
rtlCipher | Cipher, |
rtlCipherDirection | Direction, |
const sal_uInt8 * | pKeyData, |
sal_uInt32 | nKeyLen, |
const sal_uInt8 * | pArgData, |
sal_uInt32 | nArgLen ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Copyright © 2003 Sun Microsystems, Inc.