|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeedbackCipher
This interface represents the type of cipher that has a feedback mechanism built into it, such as CBC or CFB.
Method Summary | |
---|---|
String |
getFeedback()
Gets the name of the feedback mechanism |
byte[] |
getIV()
Gets the initialization vector. |
void |
reset()
Resets the iv to its original value. |
Method Detail |
---|
String getFeedback()
byte[] getIV()
void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |