// NonceAttribute.java
// $Id: NonceAttribute.java,v 1.1 1996/10/09 15:58:47 frystyk Exp $
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html

package w3c.jigsaw.auth ;

import w3c.jigsaw.resources.* ;



public class NonceAttribute extends ObjectAttribute 
	{	
	
  public NonceAttribute(String name, String cname, Object def, int flags) {
    super(name, cname,  def, flags) ;

  }
}
  
