xmltooling
1.6.4
|
This is the complete list of members for xmltooling::SecurityHelper, including all inherited members.
doHash(const char *hashAlg, const char *buf, unsigned long buflen, bool toHex=true) | xmltooling::SecurityHelper | static |
fromDEREncoding(const char *buf, unsigned long buflen, bool base64=true) | xmltooling::SecurityHelper | static |
fromDEREncoding(const XMLCh *buf) | xmltooling::SecurityHelper | static |
getDEREncoding(const Credential &cred, const char *hash, bool nowrap=true) | xmltooling::SecurityHelper | static |
getDEREncoding(const XSECCryptoKey &key, const char *hash, bool nowrap=true) | xmltooling::SecurityHelper | static |
getDEREncoding(const XSECCryptoX509 &cert, const char *hash, bool nowrap=true) | xmltooling::SecurityHelper | static |
getDEREncoding(const Credential &cred, bool hash=false, bool nowrap=true) | xmltooling::SecurityHelper | static |
getDEREncoding(const XSECCryptoKey &key, bool hash=false, bool nowrap=true) | xmltooling::SecurityHelper | static |
getDEREncoding(const XSECCryptoX509 &cert, bool hash=false, bool nowrap=true) | xmltooling::SecurityHelper | static |
guessEncodingFormat(const char *pathname) | xmltooling::SecurityHelper | static |
loadCertificatesFromFile(std::vector< XSECCryptoX509 *> &certs, const char *pathname, const char *format=0, const char *password=0) | xmltooling::SecurityHelper | static |
loadCertificatesFromURL(std::vector< XSECCryptoX509 *> &certs, SOAPTransport &transport, const char *backing, const char *format=0, const char *password=0) | xmltooling::SecurityHelper | static |
loadCRLsFromFile(std::vector< XSECCryptoX509CRL *> &crls, const char *pathname, const char *format=0) | xmltooling::SecurityHelper | static |
loadCRLsFromURL(std::vector< XSECCryptoX509CRL *> &crls, SOAPTransport &transport, const char *backing, const char *format=0) | xmltooling::SecurityHelper | static |
loadKeyFromFile(const char *pathname, const char *format=0, const char *password=0) | xmltooling::SecurityHelper | static |
loadKeyFromURL(SOAPTransport &transport, const char *backing, const char *format=0, const char *password=0) | xmltooling::SecurityHelper | static |
matches(const XSECCryptoKey &key1, const XSECCryptoKey &key2) | xmltooling::SecurityHelper | static |