Uses of Interface
software.amazon.awssdk.crt.io.TlsKeyOperationHandler
Packages that use TlsKeyOperationHandler
-
Uses of TlsKeyOperationHandler in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsKeyOperationHandlerModifier and TypeMethodDescriptionTlsContextCustomKeyOperationOptions.getOperationHandler()Returns the TlsKeyOperationHandler assigned to this class.Constructors in software.amazon.awssdk.crt.io with parameters of type TlsKeyOperationHandlerModifierConstructorDescriptionTlsContextCustomKeyOperationOptions(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.