Class CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS


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

      Fields 
      Modifier and Type Field Description
      byte[] pNonce
      PKCS#11:
      byte[] pTag
      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;
         
      • pTag

        public byte[] pTag
        PKCS#11:
         CK_BYTE_PTR pTag;
         
    • Constructor Detail

      • CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS

        public CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS()