UserCertificate

Class

Declaration

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

Purpose

Represent an user’s public certificate.

Remarks

The method User.getCertificates() and related methods return objects of this class.

Method

Description

UserCertificate.getAssignmentDate()

Get the date that the daemon registered the certificate and assigned its ID.

UserCertificate.getId()

Get the certificate ID assigned by the daemon.

UserCertificate.getIndex()

Get the index of the certificate.

UserCertificate.getIssuer()

Get the certificate authority that issued the certificate.

UserCertificate.getFileName()

Get the name of the certificate file.

UserCertificate.getPublicKeyEngine()

Get the name of the public key algorithm that the certificate uses to create digital signatures.

UserCertificate.getSerialNumber()

Get the internal serial number of the certificate.

UserCertificate.getSubject()

Get information describing the authorized certificate holder.

UserCertificate.getValidNotAfter()

Get the certificate’s expiration date.

UserCertificate.getValidNotBefore()

Get the date that the certificate is first valid for use.

UserCertificate.getVersion()

Get the certificate version number assigned by the issuer.

UserCertificate.toXml()

Format the user’s X.509 certificate information as an XML document.

See Also

User.getCertificates()

For background information, see Users in TIBCO Rendezvous Administration.