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