org.netserv.ipauth.core
Class IpAuthProverImpl

java.lang.Object
  extended by org.netserv.ipauth.core.IpAuthProverImpl
Direct Known Subclasses:
DhcpProver

public abstract class IpAuthProverImpl
extends java.lang.Object


Constructor Summary
IpAuthProverImpl()
           
 
Method Summary
abstract  byte[] obtain(java.security.PublicKey key, java.lang.String device)
           
abstract  boolean prove(byte[] identifier, java.security.PublicKey key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpAuthProverImpl

public IpAuthProverImpl()
Method Detail

obtain

public abstract byte[] obtain(java.security.PublicKey key,
                              java.lang.String device)
Parameters:
key -
device -
Returns:

prove

public abstract boolean prove(byte[] identifier,
                              java.security.PublicKey key)
Parameters:
identifier -
key -
Returns: