
com.togocms.pns.api.KeyGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of togopns Show documentation
Show all versions of togopns Show documentation
Push Notification System (Apple/Google)
The newest version!
package com.togocms.pns.api;
import com.clickntap.utils.SecurityUtils;
public class KeyGenerator {
public static void main(String[] args) throws Exception {
System.out.println(SecurityUtils.sha1("__"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy