Package org.gudy.bouncycastle.jce.spec
Class IESParameterSpec
- java.lang.Object
-
- org.gudy.bouncycastle.jce.spec.IESParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class IESParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
Parameter spec for an integrated encryptor, as in IEEE P1363a
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
derivation
private byte[]
encoding
private int
macKeySize
-
Constructor Summary
Constructors Constructor Description IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-