#include <xmltooling/security/CredentialCriteria.h>
Public Types | |
KEYINFO_EXTRACTION_KEY = 1 | |
KEYINFO_EXTRACTION_KEYNAMES = 2 | |
enum | keyinfo_extraction_t { KEYINFO_EXTRACTION_KEY = 1, KEYINFO_EXTRACTION_KEYNAMES = 2 } |
Bitmask constants controlling the kinds of criteria set automatically based on a KeyInfo object. | |
Public Member Functions | |
virtual bool | matches (const Credential &credential) const |
Determines whether the supplied Credential matches this CredentialCriteria. | |
unsigned int | getUsage () const |
Get key usage criteria. | |
void | setUsage (unsigned int usage) |
Set key usage criteria. | |
const char * | getPeerName () const |
Get the peer name criteria. | |
void | setPeerName (const char *peerName) |
Set the peer name criteria. | |
const char * | getKeyAlgorithm () const |
Get the key algorithm criteria. | |
void | setKeyAlgorithm (const char *keyAlgorithm) |
Set the key algorithm criteria. | |
unsigned int | getKeySize () const |
Get the key size criteria. | |
void | setKeySize (unsigned int keySize) |
Set the key size criteria. | |
void | setXMLAlgorithm (const XMLCh *algorithm) |
Set the key algorithm and size criteria based on an XML algorithm specifier. | |
const std::set< std::string > & | getKeyNames () const |
Gets key name criteria. | |
std::set< std::string > & | getKeyNames () |
Gets key name criteria. | |
virtual XSECCryptoKey * | getPublicKey () const |
Returns the public key criteria. | |
void | setPublicKey (XSECCryptoKey *key) |
Sets the public key criteria. | |
const xmlsignature::KeyInfo * | getKeyInfo () const |
Gets the KeyInfo criteria. | |
virtual void | setKeyInfo (const xmlsignature::KeyInfo *keyInfo, int extraction=0) |
Sets the KeyInfo criteria. | |
DSIGKeyInfoList * | getNativeKeyInfo () const |
Gets the native KeyInfo criteria. | |
virtual void | setNativeKeyInfo (DSIGKeyInfoList *keyInfo, int extraction=0) |
Sets the KeyInfo criteria. | |
void | setSignature (const xmlsignature::Signature &sig, int extraction=0) |
Sets the KeyInfo criteria from an XML Signature. |
const char* xmltooling::CredentialCriteria::getKeyAlgorithm | ( | ) | const [inline] |
Get the key algorithm criteria.
const xmlsignature::KeyInfo* xmltooling::CredentialCriteria::getKeyInfo | ( | ) | const [inline] |
Gets the KeyInfo criteria.
std::set<std::string>& xmltooling::CredentialCriteria::getKeyNames | ( | ) | [inline] |
Gets key name criteria.
const std::set<std::string>& xmltooling::CredentialCriteria::getKeyNames | ( | ) | const [inline] |
Gets key name criteria.
unsigned int xmltooling::CredentialCriteria::getKeySize | ( | ) | const [inline] |
Get the key size criteria.
DSIGKeyInfoList* xmltooling::CredentialCriteria::getNativeKeyInfo | ( | ) | const [inline] |
Gets the native KeyInfo criteria.
const char* xmltooling::CredentialCriteria::getPeerName | ( | ) | const [inline] |
Get the peer name criteria.
virtual XSECCryptoKey* xmltooling::CredentialCriteria::getPublicKey | ( | ) | const [inline, virtual] |
Returns the public key criteria.
unsigned int xmltooling::CredentialCriteria::getUsage | ( | ) | const [inline] |
Get key usage criteria.
virtual bool xmltooling::CredentialCriteria::matches | ( | const Credential & | credential | ) | const [virtual] |
Determines whether the supplied Credential matches this CredentialCriteria.
credential | the Credential to evaluate |
void xmltooling::CredentialCriteria::setKeyAlgorithm | ( | const char * | keyAlgorithm | ) | [inline] |
Set the key algorithm criteria.
keyAlgorithm | The key algorithm to set |
virtual void xmltooling::CredentialCriteria::setKeyInfo | ( | const xmlsignature::KeyInfo * | keyInfo, | |
int | extraction = 0 | |||
) | [virtual] |
Sets the KeyInfo criteria.
keyInfo | the KeyInfo criteria | |
extraction | bitmask of criteria to auto-extract from KeyInfo |
void xmltooling::CredentialCriteria::setKeySize | ( | unsigned int | keySize | ) | [inline] |
Set the key size criteria.
keySize | Key size to set |
virtual void xmltooling::CredentialCriteria::setNativeKeyInfo | ( | DSIGKeyInfoList * | keyInfo, | |
int | extraction = 0 | |||
) | [virtual] |
Sets the KeyInfo criteria.
keyInfo | the KeyInfo criteria | |
extraction | bitmask of criteria to auto-extract from KeyInfo |
void xmltooling::CredentialCriteria::setPeerName | ( | const char * | peerName | ) | [inline] |
Set the peer name criteria.
peerName | peer name to set |
void xmltooling::CredentialCriteria::setPublicKey | ( | XSECCryptoKey * | key | ) | [inline] |
Sets the public key criteria.
The lifetime of the key MUST extend for the lifetime of this object.
key | a public key |
void xmltooling::CredentialCriteria::setSignature | ( | const xmlsignature::Signature & | sig, | |
int | extraction = 0 | |||
) |
Sets the KeyInfo criteria from an XML Signature.
sig | the Signature containing KeyInfo criteria | |
extraction | bitmask of criteria to auto-extract from KeyInfo |
void xmltooling::CredentialCriteria::setUsage | ( | unsigned int | usage | ) | [inline] |
Set key usage criteria.
usage | the usage mask to set |
void xmltooling::CredentialCriteria::setXMLAlgorithm | ( | const XMLCh * | algorithm | ) | [inline] |
Set the key algorithm and size criteria based on an XML algorithm specifier.
algorithm | XML algorithm specifier |