Home
last modified time | relevance | path

Searched refs:TlsContextCustomKeyOperationOptions (Results 1 – 4 of 4) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DTlsContextCustomKeyOperationOptions.java11 public class TlsContextCustomKeyOperationOptions { class
25 public TlsContextCustomKeyOperationOptions(TlsKeyOperationHandler operationHandler) { in TlsContextCustomKeyOperationOptions() method in TlsContextCustomKeyOperationOptions
36 public TlsContextCustomKeyOperationOptions withCertificateFilePath(String path) { in withCertificateFilePath()
48 public TlsContextCustomKeyOperationOptions withCertificateFileContents(String contents) { in withCertificateFileContents()
DTlsContextOptions.java93 private TlsContextCustomKeyOperationOptions customKeyOperations;
335 …static TlsContextOptions createWithMtlsCustomKeyOperations(TlsContextCustomKeyOperationOptions cus… in createWithMtlsCustomKeyOperations()
514 …public TlsContextOptions withMtlsCustomKeyOperations(TlsContextCustomKeyOperationOptions customKey… in withMtlsCustomKeyOperations()
572 TlsContextCustomKeyOperationOptions customKeyOperation, in tlsContextOptionsNew()
/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
DCustomKeyOpsTest.java141TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testHappyPath()
186TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testHappyPathMQTT5()
217TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testExceptionFailurePath()
246TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testExtraCompleteHappy()
276TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testExceptionExtraCompleteFailurePath()
/external/aws-crt-java/samples/CustomKeyOps/src/main/java/com/example/customkeyops/
DCustomKeyOps.java212TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in main()