Uses of Class
software.amazon.awssdk.crt.io.TlsContextOptions.CertificateSource
-
Packages that use TlsContextOptions.CertificateSource Package Description software.amazon.awssdk.crt.io -
-
Uses of TlsContextOptions.CertificateSource in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsContextOptions.CertificateSource Modifier and Type Method Description TlsContextOptions.CertificateSourceTlsContext. getCertificateSource()Returns theTlsContextOptions.CertificateSourceof the configured mTLS, ornullif no mTLS source has been set on the options used to create this context.static TlsContextOptions.CertificateSourceTlsContextOptions.CertificateSource. valueOf(String name)Returns the enum constant of this type with the specified name.static TlsContextOptions.CertificateSource[]TlsContextOptions.CertificateSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-