aries / net.globalid.aries.agents.options / DidOptions

DidOptions

data class DidOptions

Represents options for generating a Did/VerKey pair.

Constructors

<init>

Represents options for generating a Did/VerKey pair.

DidOptions(did: String?, seed: String?)

Properties

did

is an optional static DID; if null, a random DID will be generated.

val did: String?

seed

in an optional seed for the verification key. If null, a random seed will be used.

val seed: String?