Uses of Class
software.amazon.awssdk.crt.io.TlsContextCustomKeyOperationOptions
Packages that use TlsContextCustomKeyOperationOptions
-
Uses of TlsContextCustomKeyOperationOptions in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsContextCustomKeyOperationOptionsModifier and TypeMethodDescriptionTlsContextCustomKeyOperationOptions.withCertificateFileContents(String contents) Use this X.509 certificate (contents in memory).TlsContextCustomKeyOperationOptions.withCertificateFilePath(String path) Use this X.509 certificate (file on disk).Methods in software.amazon.awssdk.crt.io with parameters of type TlsContextCustomKeyOperationOptionsModifier and TypeMethodDescriptionstatic TlsContextOptionsTlsContextOptions.createWithMtlsCustomKeyOperations(TlsContextCustomKeyOperationOptions custom) Unix platforms only - Helper which creates mutual TLS (mTLS) options using the applied custom key operations.TlsContextOptions.withMtlsCustomKeyOperations(TlsContextCustomKeyOperationOptions customKeyOperations) Unix platforms only, specifies TLS options for custom private key operations.