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

io.jsync.utils.UUID Maven / Gradle / Ivy

There is a newer version: 1.10.13
Show newest version
package io.jsync.utils;

public class UUID {

    private UUID() {

    }

    public static String generate() {
        return CryptoUtils.calculateHmacSHA1(java.util.UUID.randomUUID().toString(), java.util.UUID.randomUUID().toString());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy