org.apache.lucene

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class AESReader extends AnyRef

  2. class AESWriter extends AnyRef

  3. class CryptoException extends RuntimeException

    Exception thrown by HMAC Util functions.

  4. abstract class FileHeader extends AnyRef

    Interface for writing unencrypted metadata at the beginning of an encrypted file.

  5. class HmacFileHeader extends FileHeader

    Implementation of the FileHeader interface that adds a MAC hash that is used to verify that the correct key is being used to decrypt a file.

Value Members

  1. object HmacUtil

    Utility functions used in the HmacFileHeader class.

Ungrouped