Uses of Class
org.moera.lib.crypto.Fingerprint
Packages that use Fingerprint
-
Uses of Fingerprint in org.moera.lib.crypto
Methods in org.moera.lib.crypto that return FingerprintModifier and TypeMethodDescriptionRestoredFingerprint.fingerprint()
Returns the value of thefingerprint
record component.FingerprintReader.read
(Function<Integer, FieldWithSchema[]> schemaProvider) Methods in org.moera.lib.crypto with parameters of type FingerprintModifier and TypeMethodDescriptionstatic byte[]
CryptoUtil.fingerprint
(Fingerprint fingerprint, FieldWithSchema[] schema) Computes the byte array representation of a given fingerprint using the provided schema.Constructors in org.moera.lib.crypto with parameters of type FingerprintModifierConstructorDescriptionRestoredFingerprint
(Fingerprint fingerprint, int available) Creates an instance of aRestoredFingerprint
record class.