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
-
DSAResponse(Challenge, byte[])
- Creates a response with the bytes that came from a Signature.sign()
operation.
-
bytes()
- Returns a copy of the signed bytes associated with this response.
-
challenge()
- Returns the challenge associated with this response.
-
equals(Object)
- Tests for equality of Responses.
DSAResponse
public DSAResponse(Challenge challenge,
byte response[])
- Creates a response with the bytes that came from a Signature.sign()
operation.
- See Also:
- issueResponse
bytes
public byte[] bytes()
- Returns a copy of the signed bytes associated with this response.
challenge
public Challenge challenge()
- Returns the challenge associated with this response.
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