Name

Class javax.crypto.spec.RC2ParameterSpec

Synopsis

This class represents the parameters used to create RC2 keys.

Class Definition

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

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.