TibrvSdContext

Class

Declaration

class TibrvSdContext

Purpose

This class defines static methods for interacting with secure Rendezvous daemons.

Remarks

Programs do not create instances of TibrvSdContext. Instead, programs use its static methods to configure usernames, passwords and certificates, and to register trust in daemon certificates.

Method

Description

TibrvSdContext:setDaemonCert()

Register trust in a secure daemon.

TibrvSdContext:setUserCertWithKey()

Register a (PEM) certificate with private key for identification to secure daemons.

TibrvSdContext:setUserCertWithKeyBin()

Register a (PKCS #12) certificate with private key for identification to secure daemons.

TibrvSdContext:setUserNameWithPassword()

Register a username with password for identification to secure daemons.