Class CipherSuites

java.lang.Object
com.netflix.spinnaker.kork.crypto.CipherSuites

public final class CipherSuites extends Object
Provides a common source for lists of TLS cipher suite baselines.
See Also:
  • Constructor Details

    • CipherSuites

      public CipherSuites()
  • Method Details

    • getRequiredCiphers

      public static List<String> getRequiredCiphers()
      Returns the list of baseline ciphers that should be enabled for TLS. These include the required ciphers for TLSv1.3.
      See Also:
    • getRecommendedCiphers

      public static List<String> getRecommendedCiphers()
    • getIntermediateCompatibilityCiphers

      public static List<String> getIntermediateCompatibilityCiphers()