:: com :: sun :: star :: xml :: crypto ::

constants group CipherID

Constants
AES_CBC_W3C_PADDING identifier of AES algorithm in CBC mode with W3C padding  
BLOWFISH_CFB_8 identifier of the Blowfish algorithm in 8-bit CFB mode  
Constants' Details
AES_CBC_W3C_PADDING
const long AES_CBC_W3C_PADDING = 1;
Description
identifier of AES algorithm in CBC mode with W3C padding
BLOWFISH_CFB_8
const long BLOWFISH_CFB_8 = 2;
Description
identifier of the Blowfish algorithm in 8-bit CFB mode
Top of Page