Class IESParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      IESParameters​(byte[] derivation, byte[] encoding, int macKeySize)  
    • Constructor Detail

      • IESParameters

        public IESParameters​(byte[] derivation,
                             byte[] encoding,
                             int macKeySize)
        Parameters:
        derivation - the derivation parameter for the KDF function.
        encoding - the encoding parameter for the KDF function.
        macKeySize - the size of the MAC key (in bits).
    • Method Detail

      • getDerivationV

        public byte[] getDerivationV()
      • getEncodingV

        public byte[] getEncodingV()
      • getMacKeySize

        public int getMacKeySize()