Package com.ibm.wsspi.wssecurity.config

Interface Summary
KeyLocator Retrieves the key for signature and encryption, either with or without the abstract or concrete key "name" as a clue.
 

Class Summary
CertInRequestKeyLocator Retrieve the response encryption key from the certificate which the client used for signing the request message.
KeyStoreKeyLocator Maps an abstract key "name" to the actual key in KeyStore object.
This class accepts key store and key information.
WSIdKeyStoreMapKeyLocator Maps the authenticated ID on WAS and the actual key in KeyStore object.
In addition to the properties specified in KeyStoreKeyLocator, This class accepts two kinds of properties: id_n and mappedName_n where n is an integer.
 

Exception Summary
KeyLocatorException Represents an exception while locating a key through KeyLocator object.