Package web5.sdk.dids.methods.jwk
Class DidJwkCreateOptions
-
- All Implemented Interfaces:
public final class DidJwkCreateOptionsRepresents the options used when creating a DID using the JWK (JSON Web Key) method.
-
-
Field Summary
Fields Modifier and Type Field Description private final KeyManagerkeyManagerprivate final Dsadsa
-
Constructor Summary
Constructors Constructor Description DidJwkCreateOptions(KeyManager keyManager, Dsa dsa)
-
Method Summary
Modifier and Type Method Description final KeyManagergetKeyManager()The key manager used for key storage and management. final DsagetDsa()The digital signature algorithm (DSA) used for key generation (e.g., Ed25519, Secp256k1). -
-
Constructor Detail
-
DidJwkCreateOptions
DidJwkCreateOptions(KeyManager keyManager, Dsa dsa)
-
-
Method Detail
-
getKeyManager
final KeyManager getKeyManager()
The key manager used for key storage and management.
-
-
-
-