CertificateSlot.setFromText()

Method

Declaration

CertificateSlot setFromText(
    java.lang.String  text,
    java.lang.String  password)
  throws ConfigurationException

Purpose

Interpret a text string as certificate data, 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

text

Use this text as encrypted certificate data.

password

Decrypt the certificate data with this password.

See Also

SecurityProxy

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