How to configure a Java Cryptography Extension (JCE) provider for TIBCO BusinessEvents Studio.

How to configure a Java Cryptography Extension (JCE) provider for TIBCO BusinessEvents Studio.

book

Article ID: KB0093362

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Description:
The JCE provider included with JRE does not support your encryption. You must download and install a JCE provider that supports the encryption.

Issue/Introduction

How to configure a Java Cryptography Extension (JCE) provider for TIBCO BusinessEvents Studio.

Resolution

1). Exit TIBCO BusinessEvents Studio.
2). Copy the JCE provider JAR file to java-home /lib/ext/.
3). Edit the java-home /lib/security/java.security properties file. Add the JCE provider you've just downloaded to this file.


The java.security file contains detailed instructions for adding this provider. You need to add a line of the following format in a location with similar properties:

security.provider.n=provider-class-name
Make sure that the Sun security provider remains at the highest preference, with a value of 1.
security.provider.1=sun.security.provider.Sun
Adjust the levels of the other security providers downward so that there is only one security provider at each level.


4). Save the file.

5). Restart TIBCO BusinessEvents Studio.