Uses of Record Class
org.moera.lib.crypto.FieldWithSchema
Packages that use FieldWithSchema
Package
Description
Utility classes for standard cryptographic operations.
Moera Node API client.
-
Uses of FieldWithSchema in org.moera.lib.crypto
Methods in org.moera.lib.crypto with parameters of type FieldWithSchemaModifier and TypeMethodDescriptionstatic byte[]
CryptoUtil.fingerprint
(Fingerprint fingerprint, FieldWithSchema[] schema) Computes the byte array representation of a given fingerprint using the provided schema.static RestoredFingerprint
CryptoUtil.restoreFingerprint
(byte[] bytes, FieldWithSchema[] schema) Restores a fingerprint object from the given byte array using the provided schema. -
Uses of FieldWithSchema in org.moera.lib.node
Methods in org.moera.lib.node that return FieldWithSchema