For the latest news and information visit
The GNU Crypto project

gnu.crypto.cipher
Class Serpent$1

java.lang.Object
  |
  +--gnu.crypto.cipher.Serpent$1
All Implemented Interfaces:
java.util.Iterator

synchronized class Serpent$1
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  int i
           
(package private)  java.lang.Integer[] keySizes
           
 
Constructor Summary
(package private) Serpent$1(Serpent)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

int i

keySizes

java.lang.Integer[] keySizes
Constructor Detail

Serpent$1

Serpent$1(Serpent)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

For the latest news and information visit
The GNU Crypto project

Copyright ©2001-2002 Free Software Foundation, Inc.. All Rights Reserved.