Class Constants

java.lang.Object
net.randombit.botan.Constants

public final class Constants extends Object
  • Field Details

    • BOTAN_UPDATE_FLAG

      public static final int BOTAN_UPDATE_FLAG
      Calling botan_cipher_update() for sending more input.
      See Also:
    • BOTAN_DO_FINAL_FLAG

      public static final int BOTAN_DO_FINAL_FLAG
      Calling botan_cipher_update() for finishing cipher operation.
      See Also:
    • EMPTY_BYTE_ARRAY

      public static final byte[] EMPTY_BYTE_ARRAY
      Holds an empty array of bytes