PublicKey

class PublicKey

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

CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.

Types

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

Properties

Link copied to clipboard
val createdTime: <Error class: unknown class>

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