Searched refs:TlsContextCustomKeyOperationOptions (Results 1 – 4 of 4) sorted by relevance
11 public class TlsContextCustomKeyOperationOptions { class25 public TlsContextCustomKeyOperationOptions(TlsKeyOperationHandler operationHandler) { in TlsContextCustomKeyOperationOptions() method in TlsContextCustomKeyOperationOptions36 public TlsContextCustomKeyOperationOptions withCertificateFilePath(String path) { in withCertificateFilePath()48 public TlsContextCustomKeyOperationOptions withCertificateFileContents(String contents) { in withCertificateFileContents()
93 private TlsContextCustomKeyOperationOptions customKeyOperations;335 …static TlsContextOptions createWithMtlsCustomKeyOperations(TlsContextCustomKeyOperationOptions cus… in createWithMtlsCustomKeyOperations()514 …public TlsContextOptions withMtlsCustomKeyOperations(TlsContextCustomKeyOperationOptions customKey… in withMtlsCustomKeyOperations()572 TlsContextCustomKeyOperationOptions customKeyOperation, in tlsContextOptionsNew()
141 …TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testHappyPath()186 …TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testHappyPathMQTT5()217 …TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testExceptionFailurePath()246 …TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testExtraCompleteHappy()276 …TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in testExceptionExtraCompleteFailurePath()
212 …TlsContextCustomKeyOperationOptions keyOperationOptions = new TlsContextCustomKeyOperationOptions(… in main()