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