public class

IESParameterSpec

extends Object
implements AlgorithmParameterSpec
java.lang.Object
   ↳ org.bouncycastle.jce.spec.IESParameterSpec

Class Overview

Parameter spec for an integrated encryptor, as in IEEE P1363a

Summary

Public Constructors
IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize)
Public Methods
byte[] getDerivationV()
return the derivation vector.
byte[] getEncodingV()
return the encoding vector.
int getMacKeySize()
return the key size in bits for the MAC used with the message
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public byte[] getDerivationV ()

return the derivation vector.

public byte[] getEncodingV ()

return the encoding vector.

public int getMacKeySize ()

return the key size in bits for the MAC used with the message