Object DidJwk.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BearerDid create(DidJwkCreateOptions options) Creates a new "did:jwk" DID using the provided options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • create

         final BearerDid create(DidJwkCreateOptions options)

        Creates a new "did:jwk" DID using the provided options.

        This method generates a "did:jwk" DID by creating a key pair and constructing a DID document based on the JWK format. The method-specific identifier is derived from the public key.

        Parameters:
        options - The options to configure the DID creation.
        Returns:

        A BearerDid object representing the newly created "did:jwk" DID.