RC5ParameterSpec

Class RC5ParameterSpec

All Implemented Interfaces:
AlgorithmParameterSpec
public class RC5ParameterSpec
extends Object
implements AlgorithmParameterSpec

This class specifies the parameters used with the RC5 algorithm.

The parameters consist of a version number, a rounds count, a word size, and optionally an initialization vector (IV) (only in feedback mode).

This class can be used to initialize a Cipher object that implements the RC5 algorithm as supplied by 登录查看完整内容