+xns/Certification
Message: GetCRL

+xns/Core/XNSObject
   |
   +--+xns/Core/Message
         |
         +--+xns/Certification/GetCRL


Retrieves the identity's current Certificate Revocation List (CRL).

To: CA identity or identity subscribing to the CA identity's CRL.
From: Any identity or application that wants to keep a CRL for validity checking rather than making individual calls to +xns/Certification/VerifyCert.


 

Input
+xns/Core/IdentityAddress CAIdentity Address of certificate authority identity whose CRL is requested.
+xns/Core/IdentityDataAddress CertType Address of the definition of the certificate type for which the CRL is requested.
+xns/Core/IdentityDataAddress DataType Address of a DataTypeDef object that defines the data type of attribute certificates included in this CRL.
 

Output
+xns/Certification/CRL CRL Current CRL object for the specified certificate type and specified CA identity.
 

Input Detail

CAIdentity

Address of certificate authority identity whose CRL is requested.  

DataType: +xns/Core/IdentityAddress
 


CertType

Address of the definition of the certificate type for which the CRL is requested. This is an address of an object of type +xns/Discovery/DataTypeDef containing the definition of a class derived from +xns/Certification/Certificate.  

DataType: +xns/Core/IdentityDataAddress
 


DataType

Address of a DataTypeDef object that defines the data type of attribute certificates included in this CRL. Data type is applicable for attribute certificates only (certificate type of +xns/Certification/AttributeCert). If this data type is a base class, then the CRL including attribute certificates for all object types that inherit from this class would be returned. For example, if +xns/Core/XNSObject is specified, the CRL for all object types this identity has certified would be returned.  

DataType: +xns/Core/IdentityDataAddress
 


 

Output Detail

CRL

Current CRL object for the specified certificate type and specified CA identity.  

DataType: +xns/Certification/CRL
 


Publishing Identity: +xns
© 2002 XNSORG
Last Updated: 07/09/2002