Package web5.sdk.crypto.keys
Interface KeyManager
-
- All Implemented Interfaces:
public interface KeyManagerInterface representing a key management system.
The
KeyManagerinterface defines methods for importing private JSON Web Keys (JWKs) and retrieving signers for public JWKs.
-
-
Method Summary
-
-
Method Detail
-
importPrivateJwk
abstract Jwk importPrivateJwk(Jwk privateJwk)
Imports a private JWK and returns the corresponding public JWK.
- Parameters:
privateJwk- The private JWK to import.- Returns:
The public JWK after import.
-
-
-
-