Class CK_SALSA20_CHACHA20_POLY1305_PARAMS


  • public class CK_SALSA20_CHACHA20_POLY1305_PARAMS
    extends java.lang.Object
    class PKCS#11 structure:
     typedef struct CK_SALSA20_CHACHA20_POLY1305_PARAMS {
       CK_BYTE_PTR  pNonce;
       CK_ULONG     ulNonceLen;
       CK_BYTE_PTR  pAAD;
       CK_ULONG     ulAADLen;
     } CK_SALSA20_CHACHA20_POLY1305_PARAMS;
     
    Author:
    Patrick Schuster (SIC)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] pAAD
      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

      • pNonce

        public byte[] pNonce
        PKCS#11:
         CK_BYTE_PTR pNonce;
         CK_ULONG ulNonceLen;
         
      • pAAD

        public byte[] pAAD
        PKCS#11:
         CK_BYTE_PTR pAAD;
         CK_ULONG ulAADLen;
         
    • Constructor Detail

      • CK_SALSA20_CHACHA20_POLY1305_PARAMS

        public CK_SALSA20_CHACHA20_POLY1305_PARAMS()