SecurityProxy.getCertificateSlot()
Method
Related Forms
SecurityProxy.getCertificateSlots()
Declaration
CertificateSlotgetCertificateSlot
(
int certificateIndex)
throws ConfigurationException
CertificateSlot[]getCertificateSlots
()
throws ConfigurationException
Purpose
Remarks
Component daemons have four slots in which they can store certificates. The first method gets a specific slot. The second method gets an array of all four slots.
Parameter |
Description |
|
Get the certificate slot corresponding to this index. In Java, indexing is zero-based; in Rendezvous browser administration interfaces, certificate indexing is one-based. So to specify certificate slot #1, supply zero; to specify certificate slot #4, supply 3. |
See Also
For the corresponding browser pages, see Certificate List in