Example usage for Java javax.crypto.spec RC2ParameterSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
RC2ParameterSpec(int effectiveKeyBits, byte[] iv) Constructs a parameter set for RC2 from the given effective key size (in bits) and an 8-byte IV. |
int | getEffectiveKeyBits() Returns the effective key size in bits. |