WrappingPublicKeyResponse

data class WrappingPublicKeyResponse(val pem: String)

The public key component of the wrapping key. For details of the type of key this public key corresponds to, see the ImportMethod.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

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 (https://tools.ietf.org/html/rfc7468#section-13).