All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jnfs.security.Response

public interface interface Response
extends Serializable
A response to a challenge is a signed version of the challenge.

Version:
$Id: Response.java,v 1.5 1997/05/20 19:16:20 mjr Exp $
Author:
Michael John Radwin

Method Index

 o bytes()
Returns a copy of the random bytes associated with this response.
 o challenge()
Returns the challenge associated with this response.

Methods

 o bytes
 public abstract byte[] bytes()
Returns a copy of the random bytes associated with this response.

 o challenge
 public abstract Challenge challenge()
Returns the challenge associated with this response.


All Packages  Class Hierarchy  This Package  Previous  Next  Index