Class DidJwkCreateOptions

  • All Implemented Interfaces:

    
    public final class DidJwkCreateOptions
    
                        

    Represents the options used when creating a DID using the JWK (JSON Web Key) method.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final KeyManager getKeyManager() The key manager used for key storage and management.
      final Dsa getDsa() The digital signature algorithm (DSA) used for key generation (e.g., Ed25519, Secp256k1).
      • Methods inherited from class java.lang.Object

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

      • DidJwkCreateOptions

        DidJwkCreateOptions(KeyManager keyManager, Dsa dsa)
    • Method Detail

      • getDsa

         final Dsa getDsa()

        The digital signature algorithm (DSA) used for key generation (e.g., Ed25519, Secp256k1).