PublicKey

class PublicKey

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

The date and time when the public key was uploaded.

Link copied to clipboard
val id: String

The identifier of the public key.

Link copied to clipboard

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

Functions

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