Module java.base

Class RC2ParameterSpec

java.lang.Object
javax.crypto.spec.RC2ParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class RC2ParameterSpec extends Object implements AlgorithmParameterSpec
This class specifies the parameters used with the RC2 algorithm.

The parameters consist of an effective key size and optionally an 8-byte initialization vector (IV) (only in feedback mode).

This class can be used to initialize a Cipher object that implements the RC2 algorithm.

Since:
1.4