Home
last modified time | relevance | path

Searched defs:XSECCryptoException (Results 1 – 2 of 2) sorted by relevance

/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/
H A DXSECCryptoException.cpp52 XSECCryptoException::XSECCryptoException(XSECCryptoExceptionType eNum, const char * inMsg) { in XSECCryptoException() function in XSECCryptoException
70 XSECCryptoException::XSECCryptoException(XSECCryptoExceptionType eNum, safeBuffer &inMsg) { in XSECCryptoException() function in XSECCryptoException
83 XSECCryptoException::XSECCryptoException(const XSECCryptoException &toCopy) { in XSECCryptoException() function in XSECCryptoException
H A DXSECCryptoException.hpp67 class XSEC_EXPORT XSECCryptoException { class