CreateDidKeyOptions

class CreateDidKeyOptions(val algorithmId: AlgorithmId = AlgorithmId.Ed25519) : CreateDidOptions

Specifies options for creating a new "did:key" Decentralized Identifier (DID).

Constructors

Link copied to clipboard
constructor(algorithmId: AlgorithmId = AlgorithmId.Ed25519)

Creates an instance of CreateDidKeyOptions with the provided algorithmId.

Properties

Link copied to clipboard

Specifies the algorithmId to be used for key creation. Defaults to ES256K (Elliptic Curve Digital Signature Algorithm with SHA-256 and secp256k1 curve).