|
|
javax > javax.crypto > javax.crypto.spec > javax.crypto.spec.rc5parameterspec >
Class: javax.crypto.spec.RC5ParameterSpec java.lang.Object javax.crypto.spec.RC5ParameterSpec
public class RC5ParameterSpec extends Object implements AlgorithmParameterSpec
FIELDS:
CONSTRUCTORS:
| | | public | RC5ParameterSpec(int version, int rounds, int wordSize) |
| | public | RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) |
| | public | RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int offset) |
| |
|
|
|
METHODS:
| | | | public | boolean | equals(Object obj) Overrides: Object |
| | public | byte[] | getIV() |
| | public | int | getRounds() |
| | public | int | getVersion() |
| | public | int | getWordSize() |
| | public | int | hashCode() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|