java.lang.Object
software.amazon.awssdk.services.cloudfront.model.PublicKey
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PublicKey.Builder,PublicKey>

@Generated("software.amazon.awssdk:codegen") public final class PublicKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicKey.Builder,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.

See Also: