public class CK_RC2_CBC_PARAMS
extends java.lang.Object
PKCS#11 structure:
  typedef struct CK_RC2_CBC_PARAMS {
    CK_ULONG ulEffectiveBits;
    CK_BYTE iv[8];
  } CK_RC2_CBC_PARAMS;
 | Modifier and Type | Field and Description | 
|---|---|
byte[] | 
iv
only the first 8 bytes will be used
 PKCS#11:
 
   CK_BYTE iv[8];
  
 | 
long | 
ulEffectiveBits
PKCS#11:
 
   CK_ULONG ulEffectiveBits;
  
 | 
| Constructor and Description | 
|---|
CK_RC2_CBC_PARAMS()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Returns the string representation of CK_RC2_CBC_PARAMS. 
 |