EcdhDerivationAttributes

Parameters required to establish ECDH based key exchange.

Types

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

Properties

Link copied to clipboard

The keyArn of the certificate that signed the client's PublicKeyCertificate.

Link copied to clipboard

The key algorithm of the derived ECDH key.

Link copied to clipboard

The key derivation function to use for deriving a key using ECDH.

Link copied to clipboard

The hash type to use for deriving a key using ECDH.

Link copied to clipboard

The client's public key certificate in PEM format (base64 encoded) to use for ECDH key derivation.

Link copied to clipboard

A byte string containing information that binds the ECDH derived key to the two parties involved or to the context of the key.

Functions

Link copied to clipboard
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