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

org.openid4java.server.NonceGenerator Maven / Gradle / Ivy

There is a newer version: 1.0.0.0
Show 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