gnu.crypto.jce.cipher

Class Cast5Spi


public class Cast5Spi
extends CipherAdapter

The implementation of the CAST5 (a.k.a. CAST-128) Service Provider Interface (SPI) Adapter.
Version:
Revision: $

Field Summary

Fields inherited from class gnu.crypto.jce.cipher.CipherAdapter

attributes, blockLen, cipher, keyLen, mode, pad, partBlock, partLen

Constructor Summary

Cast5Spi()

Method Summary

Methods inherited from class gnu.crypto.jce.cipher.CipherAdapter

engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate

Constructor Details

Cast5Spi

public Cast5Spi()

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.