Uses of Interface
software.amazon.awssdk.crt.io.TlsKeyOperationHandler
-
Packages that use TlsKeyOperationHandler Package Description software.amazon.awssdk.crt.io -
-
Uses of TlsKeyOperationHandler in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsKeyOperationHandler Modifier and Type Method Description TlsKeyOperationHandler
TlsContextCustomKeyOperationOptions. getOperationHandler()
Returns the TlsKeyOperationHandler assigned to this class.Constructors in software.amazon.awssdk.crt.io with parameters of type TlsKeyOperationHandler Constructor Description TlsContextCustomKeyOperationOptions(TlsKeyOperationHandler operationHandler)
Creates a new TlsContextCustomKeyOperationOptions and sets the TlsKeyOperationHandler that will be invoked when there is a TLS key operation that needs to be performed.
-