anon.client.crypto
Class KeyPool.KeyList

java.lang.Object
  extended by anon.client.crypto.KeyPool.KeyList
Enclosing class:
KeyPool

private final class KeyPool.KeyList
extends java.lang.Object


Field Summary
 byte[] key
           
 KeyPool.KeyList next
           
 
Constructor Summary
KeyPool.KeyList(int ks)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public byte[] key

next

public KeyPool.KeyList next
Constructor Detail

KeyPool.KeyList

public KeyPool.KeyList(int ks)