SecurityProxy.getCertificateSlot()

Method

Related Forms

SecurityProxy.getCertificateSlots()

Declaration

CertificateSlot getCertificateSlot(
    int  certificateIndex)
  throws ConfigurationException
CertificateSlot[] getCertificateSlots()
  throws ConfigurationException

Purpose

Get daemon certificate slots.

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

certificateIndex

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

SecurityProxy

CertificateSlot

For the corresponding browser pages, see Certificate List in TIBCO Rendezvous Administration