Class CryptographicMac

    • Constructor Detail

      • CryptographicMac

        public CryptographicMac​(java.lang.String algo,
                                byte[] key)
    • Method Detail

      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • update

        public void update​(byte[] input,
                           int offset,
                           int len)
      • update

        public void update​(byte[] input)
      • finish

        public byte[] finish()