Uses of Record Class
org.moera.lib.crypto.RestoredFingerprint
Packages that use RestoredFingerprint
-
Uses of RestoredFingerprint in org.moera.lib.crypto
Methods in org.moera.lib.crypto that return RestoredFingerprintModifier and TypeMethodDescriptionstatic RestoredFingerprint
CryptoUtil.restoreFingerprint
(byte[] bytes, Function<Integer, FieldWithSchema[]> schemaProvider) Restores a fingerprint object from the given byte array 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.