Package org.gudy.bouncycastle.jce.spec
Class IESParameterSpec
java.lang.Object
org.gudy.bouncycastle.jce.spec.IESParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
Parameter spec for an integrated encryptor, as in IEEE P1363a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private byte[]
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
return the derivation vector.byte[]
return the encoding vector.int
return the key size in bits for the MAC used with the message
-
Field Details
-
derivation
private byte[] derivation -
encoding
private byte[] encoding -
macKeySize
private int macKeySize
-
-
Constructor Details
-
IESParameterSpec
public IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize)
-
-
Method Details
-
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
-