Module xmpp_parsers::cert_management
source · Expand description
XEP-0257: Client Certificate Management for SASL EXTERNAL
Structs§
- For the client to upload an X.509 certificate.
- An X.509 certificate.
- Convert a
Cert
into XML events. - Build a
Cert
from XML events. - Client disables an X.509 certificate.
- Convert a
Disable
into XML events. - Build a
Disable
from XML events. - An X.509 certificate being set for this user.
- Client requests the current list of X.509 certificates.
- Convert a
ListCertsQuery
into XML events. - Build a
ListCertsQuery
from XML events. - Server answers with the current list of X.509 certificates.
- The name of a certificate.
- Convert a
Name
into XML events. - Build a
Name
from XML events. - One resource currently using a certificate.
- Convert a
Resource
into XML events. - Build a
Resource
from XML events. - Client revokes an X.509 certificate.
- Convert a
Revoke
into XML events. - Build a
Revoke
from XML events. - A list of resources currently using this certificate.