Package tbdex.sdk.rust
Class BearerDid
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,tbdex.sdk.rust.BearerDidInterface,tbdex.sdk.rust.Disposable
public class BearerDid implements Disposable, AutoCloseable, BearerDidInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBearerDid.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static BearerDid.CompanionCompanion
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()BearerDidDatagetData()SignergetSigner(String keyId)-
-
Constructor Detail
-
BearerDid
BearerDid(Pointer pointer)
-
BearerDid
BearerDid(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
BearerDid
BearerDid(String uri, KeyManager keyManager)
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
getData
BearerDidData getData()
-
-
-
-