List of cipher suites supported by ActiveMatrix Service Grid (AMSG)

List of cipher suites supported by ActiveMatrix Service Grid (AMSG)

book

Article ID: KB0071203

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Service Grid 3.3.0,3.4.0,3.4.1

Description

ActiveMatrix Service Grid follows the Java Secure Socket Extension (JSSE) specification and maintains a list of supported ciphers, This article is used for a list of cipher suites supported by ActiveMatrix Service Grid.

Issue/Introduction

This article describes the list of different cipher suites supported by ActiveMatrix Service Grid (AMSG).

Environment

Product: TIBCO ActiveMatrix Service Grid Version: 3.3.0,3.4.0,3.4.1 OS: All Supported Operating Systems

Resolution

The supported ciphers for Java Runtime Environment (JRE) versions 1.7.0 and 1.8.0 can be found in the official Oracle documentation
JRE 1.7.0 - The list of supported ciphers can be found in the Oracle documentation at:
http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#SupportedCipherSuites

JRE 1.8.0 - The list of supported ciphers can be found in the Oracle documentation at:
https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html

Additionally, this information is documented in the AMX Documentation, and linked to the Oracle official documentation 
https://docs.tibco.com/pub/amsg/3.4.1/doc/html/GUID-0FC0342E-2F11-42BF-89D9-98EC9C7F00AB.html

Java Code to List Ciphers:
To assist users in listing the ciphers used by the JVM, we provide the following Java code, please refer attached Ciphers.java:
1, Compile the code using the following command:
javac Ciphers.java
2, Execute the compiled code with the JRE configured to AMX/BPM using the command:
java Ciphers

This will list the supported ciphers supported for JRE.
 

Attachments

List of cipher suites supported by ActiveMatrix Service Grid (AMSG) get_app