Package iaik.pkcs.pkcs11.wrapper
Class CK_SALSA20_PARAMS
- java.lang.Object
-
- iaik.pkcs.pkcs11.wrapper.CK_SALSA20_PARAMS
-
public class CK_SALSA20_PARAMS extends Object
class PKCS#11 structure:typedef struct CK_SALSA20_PARAMS { CK_BYTE_PTR pBlockCounter; CK_BYTE_PTR pNonce; CK_ULONG ulNonceBits; } CK_SALSA20_PARAMS;- Author:
- Patrick Schuster (SIC)
-
-
Field Summary
Fields Modifier and Type Field Description byte[]pBlockCounterPKCS#11:byte[]pNoncePKCS#11:
-
Constructor Summary
Constructors Constructor Description CK_SALSA20_PARAMS()
-