|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.crypto.spec.IvParameterSpec
|
+--de.flexiprovider.common.mode.ModeParameterSpec
This interface groups (and provides type safety for) all mode parameter specifications. All mode parameter specifications must implement this interface.
| Constructor Summary | |
ModeParameterSpec(byte[] iv)
Constructor. |
|
ModeParameterSpec(byte[] iv,
int offset,
int length)
Constructor. |
|
ModeParameterSpec(javax.crypto.spec.IvParameterSpec params)
Converts a JCA IvParameterSpec in a Flexi IvParameterSpec. |
|
| Methods inherited from class javax.crypto.spec.IvParameterSpec |
getIV |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ModeParameterSpec(javax.crypto.spec.IvParameterSpec params)
params - the JCA IvParameterSpec.public ModeParameterSpec(byte[] iv)
iv - the IV
public ModeParameterSpec(byte[] iv,
int offset,
int length)
iv - the byte array containing the IVoffset - the offset where the IV startslength - the length of the IV
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||