Response - Netscape MANAGEMENT SYSTEM 6.0 - CUSTOMIZATION Manual

Table of Contents

Advertisement

Table 6-19 Key Query queryFilter Parameters (Continued)
Parameter
keySerialNumber
keyOwnerName
publicKey

Response

The default response template is
responses is inserted in place of the
Query interface adds the JavaScript variables listed in the following table.
Expression Values
Value: serial number of a key
This matches the serial number assigned by the Data Recovery Manager to a
key when it is archived. Note that this differs from the serial number of the
certificate corresponding to the key.
Use the asterisk (*) wildcard to match any or partial serial numbers.
For example:
(&(keySerialNumber>=1)(keySerialNumber<=10))
Value: distinguished name appearing as the subject of the certificate
corresponding to the key.
This parameter matches the DN (taken from the certificate) stored with the key
during archival. Use the wildcard (*) to match parts of a DN. If users are asked
to enter a DN and it is likely that they will not remember all of the data, use the
wildcard to allow partial matches.
For example:
<INPUT TYPE=TEXT NAME=partialDN>
form.queryFilter.value = "(keyOwnerName=*" + partialDN +
"*)";
Value: x509cert#<base-64 encoded certificate>
The query will find the archived key corresponding to the public key in the
certificate. See searchKey.html for an example. The certificate in the proper
format can be retrieved from a Certificate Manager using an interface such as
the Display Certificate By Serial Number Interface.
For example:
(publicKey=x509cert#"-----BEGIN
CERTIFICATE-----\nMII\"BFK364J978nmnJK89yjha\"asFDSJ973---
--END CERTIFICATE-----")
. The base JavaScript for
queryKey.template
tag. In addition, the Key
<CMS_TEMPLATE>
Chapter 6
Key Query Interface
Agent Interface Reference
131

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents