org.bouncycastle.jce.spec

Class IESParameterSpec

public class IESParameterSpec extends Object implements AlgorithmParameterSpec

Parameter spec for an integrated encryptor, as in IEEE P1363a
Constructor Summary
IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize)
Method Summary
byte[]getDerivationV()
return the derivation vector.
byte[]getEncodingV()
return the encoding vector.
intgetMacKeySize()
return the key size in bits for the MAC used with the message

Constructor Detail

IESParameterSpec

public IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize)

Method Detail

getDerivationV

public byte[] getDerivationV()
return the derivation vector.

getEncodingV

public byte[] getEncodingV()
return the encoding vector.

getMacKeySize

public int getMacKeySize()
return the key size in bits for the MAC used with the message