Skip to main content

August 11, 2026

Java

Crypto-agility configuration for Java is described below.

  • Location of the file for setting ciphers for Java:

    /usr/local/java/jdk8/jre/lib/security/java.security
    
  • The following lines in the above-mentioned file store information related to ciphers:

    jdk.tls.legacyAlgorithms= \
          K_NULL, C_NULL, M_NULL, \
          DHE_DSS_EXPORT, DHE_RSA_EXPORT, DH_anon_EXPORT, DH_DSS_EXPORT, \
          DH_RSA_EXPORT, RSA_EXPORT, \
          DH_anon, ECDH_anon, \
    
    
  • Post modification, restart tomcat service in the appliance by using the command:

    sudo service dtService restart
    

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…