Class CipherSuites
java.lang.Object
com.netflix.spinnaker.kork.crypto.CipherSuites
Provides a common source for lists of TLS cipher suite baselines.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of baseline ciphers that should be enabled for TLS.
-
Constructor Details
-
CipherSuites
public CipherSuites()
-
-
Method Details
-
getRequiredCiphers
Returns the list of baseline ciphers that should be enabled for TLS. These include the required ciphers for TLSv1.3.- See Also:
-
getRecommendedCiphers
-
getIntermediateCompatibilityCiphers
-