public class CK_SALSA20_PARAMS extends Object
typedef struct CK_SALSA20_PARAMS {
CK_BYTE_PTR pBlockCounter;
CK_BYTE_PTR pNonce;
CK_ULONG ulNonceBits;
} CK_SALSA20_PARAMS;
| Modifier and Type | Field and Description |
|---|---|
byte[] |
pBlockCounter
PKCS#11:
|
byte[] |
pNonce
PKCS#11:
|
| Constructor and Description |
|---|
CK_SALSA20_PARAMS() |
Copyright © 2023. All rights reserved.