|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--au.net.aba.crypto.spec.InlineIvParameterSpec
This class specifies that an initialisation vector (IV) is contained in the input stream/output stream produced by the cipher.
IvParameterSpec,
AlgorithmParameterSpec| Field Summary | |
static java.lang.String |
ident
|
| Constructor Summary | |
InlineIvParameterSpec()
Specify that the IV is not encrypted. |
|
InlineIvParameterSpec(boolean encrypted)
Specify whether or not the IV is encrypted. |
|
| Method Summary | |
boolean |
isEncryptedIv()
Returns whether we can expect an encrypted IV. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final java.lang.String ident
| Constructor Detail |
public InlineIvParameterSpec()
public InlineIvParameterSpec(boolean encrypted)
encrypted - true if it is, false otherwise.| Method Detail |
public boolean isEncryptedIv()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||