CertificateSlot.setFromFile()

Method

Declaration

CertificateSlot setFromFile(
    java.lang.String  pathname,
    java.lang.String  password)
  throws ConfigurationException

Purpose

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

Remarks

This method returns the CertificateSlot object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

pathname

Read encrypted certificate data from this file.

password

Decrypt the certificate data with this password.

See Also

SecurityProxy

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