Sedona

inet::Crypto


sys::Obj
  inet::Crypto

public class Crypto

Crypto provides some cryptographic utility functions used by DASP.


sha1

public static native void sha1(byte[] in, int inOff, int len, byte[] output, int outOff)

Generate the SHA-1 hash for the input bytes. The 20 byte result is stored in the output pointer.