CertificateSlot

Class

Declaration

class com.tibco.tibrv.config.CertificateSlot
  extends java.lang.Object

Purpose

Represent a slot in a daemon component that can store an X.509 certificate.

Remarks

The method SecurityProxy.getCertificateSlot() and related methods return objects of this class.

Method

Description

CertificateSlot.getIndex()

Get the index of this certificate slot.

CertificateSlot.getPathname()

Get the file name from which the component read the certificate in this slot.

CertificateSlot.getText()

Get the certificate data as a text string.

CertificateSlot.getUses()

Get the uses of this certificate within the component.

CertificateSlot.setFromText()

Interpret a text string as certificate data, and put the certificate in this slot.

CertificateSlot.setFromFile()

Read certificate data from a file, and put the certificate in this slot.

CertificateSlot.toXml()

Format the certificate slot information as an XML document.

See Also

SecurityProxy.getCertificateSlot()

For the corresponding browser pages and background information, see Certificate List in TIBCO Rendezvous Administration.