All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jnfs.security.DSAResponse

java.lang.Object
   |
   +----jnfs.security.DSAResponse

public class DSAResponse
extends Object
implements Response
A Response implemented using DSA signatures.

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

Constructor Index

 o DSAResponse(Challenge, byte[])
Creates a response with the bytes that came from a Signature.sign() operation.

Method Index

 o bytes()
Returns a copy of the signed bytes associated with this response.
 o challenge()
Returns the challenge associated with this response.
 o equals(Object)
Tests for equality of Responses.

Constructors

 o DSAResponse
 public DSAResponse(Challenge challenge,
                    byte response[])
Creates a response with the bytes that came from a Signature.sign() operation.

See Also:
issueResponse

Methods

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

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

 o equals
 public boolean equals(Object other)
Tests for equality of Responses.

Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index