GetCryptoKeyVersionsVersionPublicKey

data class GetCryptoKeyVersionsVersionPublicKey(val algorithm: String, val pem: String)

Constructors

Link copied to clipboard
constructor(algorithm: String, pem: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.

Link copied to clipboard
val pem: String

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.