OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.ibm.opencard.crypto
Interface FeedbackCipher

All Known Implementing Classes:
DESCipher

public abstract interface FeedbackCipher

Version:
$Id: FeedbackCipher.java,v 1.1 1999/12/02 16:06:02 damke Exp $

Method Summary
 byte[] getInitializationVector()
           
 int getInitializationVectorLength()
           
 void setInitializationVector(byte[] iv)
           
 

Method Detail

setInitializationVector

public void setInitializationVector(byte[] iv)

getInitializationVector

public byte[] getInitializationVector()

getInitializationVectorLength

public int getInitializationVectorLength()