Package web5.sdk.rust
Class VerifiablePresentation
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,web5.sdk.rust.Disposable,web5.sdk.rust.VerifiablePresentationInterface
public class VerifiablePresentation implements Disposable, AutoCloseable, VerifiablePresentationInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerifiablePresentation.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static VerifiablePresentation.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description VerifiablePresentation(Pointer pointer)VerifiablePresentation(NoPointer noPointer)This constructor can be used to instantiate a fake object.
-
Method Summary
-
-
Constructor Detail
-
VerifiablePresentation
VerifiablePresentation(Pointer pointer)
-
VerifiablePresentation
VerifiablePresentation(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
-
-
-