Enum TlsContextOptions.CertificateSource

java.lang.Object
java.lang.Enum<TlsContextOptions.CertificateSource>
software.amazon.awssdk.crt.io.TlsContextOptions.CertificateSource
All Implemented Interfaces:
Serializable, Comparable<TlsContextOptions.CertificateSource>
Enclosing class:
TlsContextOptions

public static enum TlsContextOptions.CertificateSource extends Enum<TlsContextOptions.CertificateSource>
Identifies the source of the mTLS certificate/private key configured on a TlsContextOptions. Used internally by the IoT Device SDK metrics layer to encode feature "I" of the SDK metrics string. Values are set automatically by the createWithMtls* factory methods (and their withMtls* equivalents).