All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.whispersystems.libaxolotl.fingerprint.FingerprintGenerator Maven / Gradle / Ivy

The newest version!
package org.whispersystems.libaxolotl.fingerprint;

import org.whispersystems.libaxolotl.IdentityKey;

public interface FingerprintGenerator {
  public Fingerprint createFor(String localStableIdentifier, IdentityKey localIdentityKey,
                               String remoteStableIdentifier, IdentityKey remoteIdentityKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy