Home
last modified time | relevance | path

Searched refs:tlsContextOptionsIsCipherPreferenceSupported (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.java221 return tlsContextOptionsIsCipherPreferenceSupported(cipherPref.getValue()); in isCipherPreferenceSupported()
580 private static native boolean tlsContextOptionsIsCipherPreferenceSupported(int cipherPref); in tlsContextOptionsIsCipherPreferenceSupported() method in TlsContextOptions