User.addCertificateFromPKCS12File()

Method

Declaration

UserCertificate addCertificateFromPKCS12File(
    java.lang.String  pathname,
    java.lang.String  password)
  throws ConfigurationException

Purpose

Read user certificate data from a PKCS #12 file.

Parameter

Description

pathname

Read certificate data from this file.

The file must contain a public certificate in PKCS #12 format.

password

Supply a password to decode the PKCS #12 file.

See Also

User

User.addCertificateFromFile()

User.getCertificates()

User.removeCertificate()

UserCertificate

For the corresponding browser page, see Existing Users in TIBCO Rendezvous Administration

For background information, see Users in TIBCO Rendezvous Administration.