|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.crypto.CipherSpi
|
+--iaik.security.cipher.BufferedCipher
|
+--iaik.security.cipher.RC4
Extends the BufferedCipher class for adding a buffering mechanism to the underlying RC4 cipher.
The RC4 method is a stream cipher using a key of variable size. RC4 operates in Output Feedback Mode (OFB), where - in contrast to CFB - the keystream is created independently from the plaintext.
This class only creates a BufferedCipher object for the RC4 cipher.
Applications shall use
Cipher.getInstance("RC4", "IAIK");
for creating a RC4 cipher object.
Cipher| Constructor Summary | |
RC4()
Creates a RC4 object by calling the BufferedCipher constructor for the RC4 cipher. |
|
| Methods inherited from class iaik.security.cipher.BufferedCipher |
engineDoFinal,
engineDoFinal,
engineGetBlockSize,
engineGetIV,
engineGetOutputSize,
engineGetParameters,
engineInit,
engineInit,
engineInit,
engineSetMode,
engineSetPadding,
engineUpdate,
engineUpdate,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public RC4()
Cipher.getInstance factory methods instead.
Cipher.getInstance(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||