KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > spec > RC2ParameterSpec

javax.crypto.spec
Class RC2ParameterSpec

java.lang.Object
  extended by javax.crypto.spec.RC2ParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
See Also:
Source Code

public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getEffectiveKeyBits()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte[] getIV()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RC2ParameterSpec(int effectiveKeyBits)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RC2ParameterSpec(int effectiveKeyBits,
                        byte[] iv)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RC2ParameterSpec(int effectiveKeyBits,
                        byte[] iv,
                        int offset)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags