| appendDecryptCipherTXFM(TXFMChain *cipherText, XENCEncryptionMethod *encryptionMethod, XSECCryptoKey *key, XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc)=0 | XSECAlgorithmHandler | [pure virtual] |
| appendHashTxfm(TXFMChain *inputBytes, const XMLCh *URI)=0 | XSECAlgorithmHandler | [pure virtual] |
| appendSignatureHashTxfm(TXFMChain *inputBytes, const XMLCh *URI, XSECCryptoKey *key)=0 | XSECAlgorithmHandler | [pure virtual] |
| clone(void) const =0 | XSECAlgorithmHandler | [pure virtual] |
| createKeyForURI(const XMLCh *uri, const unsigned char *keyBuffer, unsigned int keyLen)=0 | XSECAlgorithmHandler | [pure virtual] |
| decryptToSafeBuffer(TXFMChain *cipherText, XENCEncryptionMethod *encryptionMethod, XSECCryptoKey *key, XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, safeBuffer &result)=0 | XSECAlgorithmHandler | [pure virtual] |
| encryptToSafeBuffer(TXFMChain *plainText, XENCEncryptionMethod *encryptionMethod, XSECCryptoKey *key, XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, safeBuffer &result)=0 | XSECAlgorithmHandler | [pure virtual] |
| signToSafeBuffer(TXFMChain *inputBytes, const XMLCh *URI, XSECCryptoKey *key, unsigned int outputLength, safeBuffer &result)=0 | XSECAlgorithmHandler | [pure virtual] |
| verifyBase64Signature(TXFMChain *inputBytes, const XMLCh *URI, const char *sig, unsigned int outputLength, XSECCryptoKey *key)=0 | XSECAlgorithmHandler | [pure virtual] |
| ~XSECAlgorithmHandler() | XSECAlgorithmHandler | [inline, virtual] |