Public Member Functions | |
| virtual std::pair< std::string, const XSECCryptoSymmetricKey * > | getDefaultKey () const =0 |
| Get the default/current key to use for new operations, returned along with an identifier for it. | |
| virtual const XSECCryptoSymmetricKey * | getKey (const char *name) const =0 |
| Get a specifically named key. | |
| virtual std::pair<std::string, const XSECCryptoSymmetricKey*> xmltooling::DataSealerKeyStrategy::getDefaultKey | ( | ) | const [pure virtual] |
Get the default/current key to use for new operations, returned along with an identifier for it.
| virtual const XSECCryptoSymmetricKey* xmltooling::DataSealerKeyStrategy::getKey | ( | const char * | name | ) | const [pure virtual] |
Get a specifically named key.
| name | name of the key to retrieve |
1.6.1