org.openid4java.server.NonceGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openid4java-shaded Show documentation
Show all versions of openid4java-shaded Show documentation
openid4java (Third party dependencies shaded)
/*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.server;
/**
* @author Marius Scurtescu, Johnny Bufu
*/
public interface NonceGenerator
{
public String next();
}