Class AEADParameters

    • Constructor Detail

      • AEADParameters

        public AEADParameters​(KeyParameter key,
                              int macSize,
                              byte[] nonce)
        Base constructor.
        Parameters:
        key - key to be used by underlying cipher
        macSize - macSize in bits
        nonce - nonce to be used
      • AEADParameters

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

      • getMacSize

        public int getMacSize()
      • getAssociatedText

        public byte[] getAssociatedText()
      • getNonce

        public byte[] getNonce()