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