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
-
bytes()
- Returns a copy of the random bytes associated with this response.
-
challenge()
- Returns the challenge associated with this response.
bytes
public abstract byte[] bytes()
- Returns a copy of the random bytes associated with this response.
challenge
public abstract Challenge challenge()
- Returns the challenge associated with this response.
All Packages Class Hierarchy This Package Previous Next Index