GenerateKeyRequest

data class GenerateKeyRequest(var organisationId: String, var keyType: String, var keyParams: Map<String, String>, var name: String, var storageType: String, var storageParams: Map<String, String>)

Constructors

Link copied to clipboard
constructor(organisationId: String, keyType: String, keyParams: Map<String, String>, name: String, storageType: String, storageParams: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Choose which key algorithm to use to create the key pair. Check keyAlgorithm of your configuration for supported options and reference the configured instance.

Link copied to clipboard

Internal label for created key pair.

Link copied to clipboard

Specifies the organizational context of this operation.

Link copied to clipboard
Link copied to clipboard

Choose how to store the key. Check keyStorage of your configuration for supported options and reference the configured instance.