public class RC2WrapParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
A RC2WrapParameterSpecification represents the effective key bits of the RC2 key.
Constructor and Description |
---|
RC2WrapParameterSpec(int effectiveKeyBits)
Creates a RC2ParametersSpec from the given effectiveKeyBits value.
|
Modifier and Type | Method and Description |
---|---|
int |
getEffectiveKeyBits()
Return the number of effective key bits.
|