createEncryptedData(XENCCipherData::XENCCipherDataType type, const XMLCh *algorithm, const XMLCh *value)=0 | XENCCipher | [pure virtual] |
decryptElement(XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *element)=0 | XENCCipher | [pure virtual] |
decryptKey(XENCEncryptedKey *encryptedKey, XMLByte *rawKey, int maxKeySize)=0 | XENCCipher | [pure virtual] |
decryptKey(XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *keyNode, XMLByte *rawKey, int maxKeySize)=0 | XENCCipher | [pure virtual] |
decryptToBinInputStream(XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *element)=0 | XENCCipher | [pure virtual] |
encryptBinInputStream(XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream *plainText, encryptionMethod em, const XMLCh *algorithmURI=NULL)=0 | XENCCipher | [pure virtual] |
encryptElement(XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *element, encryptionMethod em, const XMLCh *algorithmURI=NULL)=0 | XENCCipher | [pure virtual] |
encryptElementContent(XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *element, encryptionMethod em, const XMLCh *algorithmURI=NULL)=0 | XENCCipher | [pure virtual] |
encryptKey(const unsigned char *keyBuffer, unsigned int keyLen, encryptionMethod em, const XMLCh *algorithmURI=NULL)=0 | XENCCipher | [pure virtual] |
encryptTXFMChain(TXFMChain *plainText, encryptionMethod em, const XMLCh *algorithmURI=NULL)=0 | XENCCipher | [pure virtual] |
getDocument(void)=0 | XENCCipher | [pure virtual] |
getEncryptedData(void)=0 | XENCCipher | [pure virtual] |
getPrettyPrint(void)=0 | XENCCipher | [pure virtual] |
getXENCNSPrefix(void) const =0 | XENCCipher | [pure virtual] |
loadEncryptedKey(XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *keyNode)=0 | XENCCipher | [pure virtual] |
setKEK(XSECCryptoKey *key)=0 | XENCCipher | [pure virtual] |
setKey(XSECCryptoKey *key)=0 | XENCCipher | [pure virtual] |
setKeyInfoResolver(const XSECKeyInfoResolver *resolver)=0 | XENCCipher | [pure virtual] |
setPrettyPrint(bool flag)=0 | XENCCipher | [pure virtual] |
setXENCNSPrefix(const XMLCh *prefix)=0 | XENCCipher | [pure virtual] |
~XENCCipher() | XENCCipher | [inline, virtual] |