Example usage for Java javax.crypto.spec RC5ParameterSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV. |