Package web5.sdk.rust
Object FfiConverterTypeJwk
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter
public class FfiConverterTypeJwk implements FfiConverter<Jwk, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeJwkINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(Jwk value)Jwklift(Pointer value)Jwkread(ByteBuffer buf)ULongallocationSize(Jwk value)Unitwrite(Jwk value, ByteBuffer buf)-
-
Method Detail
-
read
Jwk read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(Jwk value)
-
write
Unit write(Jwk value, ByteBuffer buf)
-
-
-
-