KeyCreationEvent

class KeyCreationEvent(val error: FireblocksError? = null, val keyDescriptor: KeyDescriptor? = null) : Event

This event is sent during key creation process

Parameters

error

FireblocksError is available if the event finished with an error

See also

Constructors

Link copied to clipboard
constructor(error: FireblocksError? = null, keyDescriptor: KeyDescriptor? = null)

Properties

Link copied to clipboard
val error: FireblocksError? = null
Link copied to clipboard

contains the meta data of the key : keyId, algorithm and KeyStatus

Functions

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