Home
last modified time | relevance | path

Searched refs:createWithMtlsCustomKeyOperations (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DCustomKeyOpsTest.java144 …try (TlsContextOptions contextOptions = TlsContextOptions.createWithMtlsCustomKeyOperations(keyOpe… in testHappyPath()
191 …TlsContextOptions contextOptions = TlsContextOptions.createWithMtlsCustomKeyOperations(keyOperatio… in testHappyPathMQTT5()
220 …try (TlsContextOptions contextOptions = TlsContextOptions.createWithMtlsCustomKeyOperations(keyOpe… in testExceptionFailurePath()
249 …try (TlsContextOptions contextOptions = TlsContextOptions.createWithMtlsCustomKeyOperations(keyOpe… in testExtraCompleteHappy()
279 …try (TlsContextOptions contextOptions = TlsContextOptions.createWithMtlsCustomKeyOperations(keyOpe… in testExceptionExtraCompleteFailurePath()
/aosp_15_r20/external/aws-crt-java/samples/CustomKeyOps/src/main/java/com/example/customkeyops/
H A DCustomKeyOps.java224 …TlsContextOptions tlsOptions = TlsContextOptions.createWithMtlsCustomKeyOperations(keyOperationOpt… in main()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
H A DTlsContextOptions.java335 …public static TlsContextOptions createWithMtlsCustomKeyOperations(TlsContextCustomKeyOperationOpti… in createWithMtlsCustomKeyOperations() method in TlsContextOptions