Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Installed Components : Other Client Libraries

Other Client Libraries
This section lists the various client libraries that are part of TIBCO Runtime Agent.
Repository Client Libraries and Utilities
The repository client libraries and utilities are included with the TIBCO Runtime Agent installation. The repository client interacts with the TIBCO Administrator server. See the TIBCO Administrator Server Configuration Guide for detailed information about the command line utilities available.
XML Related Libraries
A collection of XML-related libraries developed by TIBCO Software and used by TIBCO ActiveMatrix BusinessWorks, TIBCO IntegrationManager, TIBCO Designer, and other TIBCO applications that manipulate XML are included in TIBCO Runtime Agent.
Currently, these libraries do not expose a public API for use by customer applications.
Persistent Object Framework Libraries
The Persistent Object Framework (POF) libraries are used by TIBCO Administrator and TIBCO Domain Utility to implement domain management. The APIs are not intended for customer use.
TIBCO Crypto Library
The TIBCO Crypto library includes APIs used by TIBCO applications to encrypt data. The APIs are not intended for customer use. They are included as TIBCrypt.jar.
The TIBCO Crypto library does not include encryption but provides an interface that allows plugable support of third-party encryption libraries. The installation package includes the following security vendors:
Entrust  The default vendor. You can configure it to operate in FIPS 140-2 compliant mode. We use version 8 of the Security Toolkit for Java.
IBM  Also an FIPS 140-2 compliant vendor. This is only available for IBM systems. When using it, you need to install the the Unlimited Strength Jurisdiction policy that is from IBM.
Sun  The Java cryptography extension provided by J2SE.
If you want to use the Entrust or IBM security vendor in FIPS 140-2 compliant mode, you must add the following line in the .tra file for the application:
   java.property.com.tibco.security.FIPS=true
For applications that require different cryptographic provider, follow these steps:
1.
2.
   java.property.TIBCO_SECURITY_VENDOR=vendor
Where vendor can be entrust, ibm, or j2se.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved