Package web5.sdk.rust
Interface BearerDidInterface
-
- All Implemented Interfaces:
public interface BearerDidInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBearerDidInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract BearerDidDatagetData()abstract SignergetSigner(String verificationMethodId)abstract PortableDidtoPortableDid(KeyExporter keyExporter)-
-
Method Detail
-
getData
abstract BearerDidData getData()
-
toPortableDid
abstract PortableDid toPortableDid(KeyExporter keyExporter)
-
-
-
-