Package web5.sdk.rust
Class StatusListCredential
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,web5.sdk.rust.Disposable,web5.sdk.rust.StatusListCredentialInterface
public class StatusListCredential implements Disposable, AutoCloseable, StatusListCredentialInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStatusListCredential.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StatusListCredential.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description StatusListCredential(Pointer pointer)StatusListCredential(NoPointer noPointer)This constructor can be used to instantiate a fake object.
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()VerifiableCredentialgetBase()BooleanisDisabled(VerifiableCredential credential)-
-
Constructor Detail
-
StatusListCredential
StatusListCredential(Pointer pointer)
-
StatusListCredential
StatusListCredential(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
getBase
VerifiableCredential getBase()
-
isDisabled
Boolean isDisabled(VerifiableCredential credential)
-
-
-
-