The KeyStore class
The xml.KeyStore class handles a key store that for your
application.
This class is provided in the
xml C-Extension library; To use this class, import the
xml package with:IMPORT xmlThe xml.KeyStore class provides static methods to handle a key store that is
global for the entire application.
It enables you to register X509 and trusted certificates, and any kind of key by name for automatic XML signature validation or XML decryption.
The status variable is set to zero after a successful method call.