public interface FeedbackCipher
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeedback()
Gets the name of the feedback mechanism
|
byte[] |
getIV()
Gets the initialization vector.
|
void |
reset()
Resets the iv to its original value.
|
java.lang.String getFeedback()
byte[] getIV()
void reset()
© Portions Copyright 2003, 2012 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved.