| 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 */  | 
 | 
 | 
 | 
package com.sun.crypto.provider;  | 
 | 
 | 
 | 
/**  | 
 | 
 * This class defines the constants used by the Blowfish algorithm  | 
 | 
 * implementation.  | 
 | 
 *  | 
 | 
 * @author Jan Luehe  | 
 | 
 *  | 
 | 
 * @see BlowfishCipher  | 
 | 
 * @see BlowfishCrypt  | 
 | 
 */  | 
 | 
 | 
 | 
interface BlowfishConstants { | 
 | 
    int BLOWFISH_BLOCK_SIZE = 8;   | 
 | 
    int BLOWFISH_MAX_KEYSIZE = 56;   | 
 | 
}  |