PublicKeyConfig

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Types

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

Properties

Link copied to clipboard

A string included in the request to help make sure that the request can't be replayed.

Link copied to clipboard

A comment to describe the public key. The comment cannot be longer than 128 characters.

Link copied to clipboard

The public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Link copied to clipboard

A name to help identify the public key.

Functions

Link copied to clipboard
inline fun copy(block: PublicKeyConfig.Builder.() -> Unit = {}): PublicKeyConfig
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