public class CK_RC5_CBC_PARAMS extends Object
PKCS#11 structure:
typedef struct CK_RC5_CBC_PARAMS {
CK_ULONG ulWordsize;
CK_ULONG ulRounds;
CK_BYTE_PTR pIv;
CK_ULONG ulIvLen;
} CK_RC5_CBC_PARAMS;
| Modifier and Type | Field and Description |
|---|---|
byte[] |
pIv
PKCS#11:
|
long |
ulRounds
PKCS#11:
|
long |
ulWordsize
PKCS#11:
|
| Constructor and Description |
|---|
CK_RC5_CBC_PARAMS() |
Copyright © 2023. All rights reserved.