May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.crypto.spec.RC2ParameterSpec
This class represents the parameters used to create RC2 keys.
public class javax.crypto.spec.RC2ParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec {
// Constructors
public RC2ParameterSpec(int, byte[], int);
public RC2ParameterSpec(int, byte[]);
public RC2ParameterSpec(int);
// Instance Methods
public boolean equals(Object);
public int getEffectiveKeyBits( );
public byte[] getIV( );
public int hashCode( );
}Read now
Unlock full access