|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netserv.ipauth.core.IpAuthProverImpl
public abstract class IpAuthProverImpl
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 |
---|
public IpAuthProverImpl()
Method Detail |
---|
public abstract byte[] obtain(java.security.PublicKey key, java.lang.String device)
key
- device
-
public abstract boolean prove(byte[] identifier, java.security.PublicKey key)
identifier
- key
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |