TrustStore

The trust store used for mutual TLS authentication. It contains the certificate authority (CA) certificates and optional certificate revocation list (CRL).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The PEM-encoded certificate authority (CA) certificates bundle for the trust store.

Link copied to clipboard

The PEM-encoded certificate revocation lists (CRLs) for the trust store. There can be one CRL per certificate authority (CA) in the trust store.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used to encrypt the trust store contents.

Functions

Link copied to clipboard
inline fun copy(block: TrustStore.Builder.() -> Unit = {}): TrustStore
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String