org.openid4java.server.NonceGenerator Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.server;
/**
* @author Marius Scurtescu, Johnny Bufu
*/
public interface NonceGenerator
{
public String next();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy