Class CK_CHACHA20_PARAMS


  • public class CK_CHACHA20_PARAMS
    extends java.lang.Object
    class PKCS#11 structure:
     typedef struct CK_CHACHA20_PARAMS {
       CK_BYTE_PTR   pBlockCounter;
       CK_ULONG      blockCounterBits;
       CK_BYTE_PTR   pNonce;
       CK_ULONG      ulNonceBits;
     } CK_CHACHA20_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;
         CK_ULONG ulBlockCounterBits
         
      • pNonce

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

      • CK_CHACHA20_PARAMS

        public CK_CHACHA20_PARAMS()