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

org.whispersystems.curve25519.J2meCurve25519Provider Maven / Gradle / Ivy

/**
 * Copyright (C) 2014-2016 Open Whisper Systems
 *
 * Licensed according to the LICENSE file in this repository.
 */

package org.whispersystems.curve25519;

public class J2meCurve25519Provider extends BaseJavaCurve25519Provider {

  protected J2meCurve25519Provider() {
    super(new BouncyCastleSha512Provider(), new NullSecureRandomProvider());
  }

//  @Override
  public boolean isNative() {
    return false;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy