Package net.randombit.botan
Class Constants
java.lang.Object
net.randombit.botan.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCalling botan_cipher_update() for finishing cipher operation.static final intCalling botan_cipher_update() for sending more input.static final byte[]Holds an empty array of bytes -
Method Summary
-
Field Details
-
BOTAN_UPDATE_FLAG
public static final int BOTAN_UPDATE_FLAGCalling botan_cipher_update() for sending more input.- See Also:
-
BOTAN_DO_FINAL_FLAG
public static final int BOTAN_DO_FINAL_FLAGCalling botan_cipher_update() for finishing cipher operation.- See Also:
-
EMPTY_BYTE_ARRAY
public static final byte[] EMPTY_BYTE_ARRAYHolds an empty array of bytes
-