Class IESParameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.IESParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
IESWithCipherParameters
parameters for using an integrated cipher in stream mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private byte[]
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
int
-
Field Details
-
derivation
private byte[] derivation -
encoding
private byte[] encoding -
macKeySize
private int macKeySize
-
-
Constructor Details
-
IESParameters
public IESParameters(byte[] derivation, byte[] encoding, int macKeySize) - Parameters:
derivation
- the derivation parameter for the KDF function.encoding
- the encoding parameter for the KDF function.macKeySize
- the size of the MAC key (in bits).
-
-
Method Details
-
getDerivationV
public byte[] getDerivationV() -
getEncodingV
public byte[] getEncodingV() -
getMacKeySize
public int getMacKeySize()
-