May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.crypto.spec.IvParameterSpec
This class represents an IV (initialization vector) for a cipher using a feedback mode. Ciphers in CBC, PCBC, CFB, and OFB modes need to be initialized with an IV.
public class javax.crypto.spec.IvParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec {
// Constructors
public IvParameterSpec(byte[]);
public IvParameterSpec(byte[], int, int);
// Instance Methods
public byte[] getIV( );
}
AlgorithmParameterSpec, Cipher
|
Read now
Unlock full access