Class CK_SALSA20_PARAMS


  • public class CK_SALSA20_PARAMS
    extends java.lang.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[] pBlockCounter
      PKCS#11:
      byte[] pNonce
      PKCS#11:
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pBlockCounter

        public byte[] pBlockCounter
        PKCS#11:
         CK_BYTE_PTR pBlockCounter;
         
      • pNonce

        public byte[] pNonce
        PKCS#11:
         CK_BYTE_PTR pNonce;
         CK_ULONG ulNonceBits;
         
    • Constructor Detail

      • CK_SALSA20_PARAMS

        public CK_SALSA20_PARAMS()