Class CCMParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      CCMParameters​(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
      Deprecated.
      Base constructor.
    • Constructor Detail

      • CCMParameters

        public CCMParameters​(KeyParameter key,
                             int macSize,
                             byte[] nonce,
                             byte[] associatedText)
        Deprecated.
        Base constructor.
        Parameters:
        key - key to be used by underlying cipher
        macSize - macSize in bits
        nonce - nonce to be used
        associatedText - associated text, if any