Home
last modified time | relevance | path

Searched defs:cipherPref (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
H A DTlsContextOptions.java154 public void setCipherPreference(TlsCipherPreference cipherPref) { in setCipherPreference()
220 public static boolean isCipherPreferenceSupported(TlsCipherPreference cipherPref) { in isCipherPreferenceSupported()
413 public TlsContextOptions withCipherPreference(TlsCipherPreference cipherPref) { in withCipherPreference()
559 int cipherPref, in tlsContextOptionsNew()
580 private static native boolean tlsContextOptionsIsCipherPreferenceSupported(int cipherPref); in tlsContextOptionsIsCipherPreferenceSupported()