Java javax.crypto.spec RC2ParameterSpec fields, constructors, methods, implement or subclass

Example usage for Java javax.crypto.spec RC2ParameterSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.crypto.spec RC2ParameterSpec.

The text is from its open source code.

Constructor

RC2ParameterSpec(int effectiveKeyBits, byte[] iv)
Constructs a parameter set for RC2 from the given effective key size (in bits) and an 8-byte IV.

Method

intgetEffectiveKeyBits()
Returns the effective key size in bits.