Name

Class javax.crypto.spec.RC5ParameterSpec

Synopsis

This class represents the parameters used to create RC5 keys.

Class Definition

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(  );
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.