Create Did Key Options
Creates an instance of CreateDidKeyOptions with the provided algorithmId.
Usage Example:
val options = CreateDidKeyOptions(algorithm = JWSAlgorithm.ES256K, curve = null)
val didKey = DidKey.create(keyManager, options)
Content copied to clipboard